diff --git a/pyproject.toml b/pyproject.toml index 31eec64a294..6938a44d3b4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -109,38 +109,38 @@ addopts = """ -p no:legacypath""" filterwarnings = [ "error", - "ignore:Please", "use", "`dok_matrix`", "from", "the", '`scipy\.sparse`', "namespace,", "the", '`scipy\.sparse\.dok`', "namespace", "is", "deprecated.:DeprecationWarning", - "ignore:elementwise", "comparison", "failed.", "this", "will", "raise", "an", "error", "in", "the", "future:DeprecationWarning", - "ignore:unclosed", '\\.send_recv_from_rpc'", "was", "never", "awaited:RuntimeWarning", - "ignore:coroutine", "'Scheduler\\.restart'", "was", "never", "awaited:RuntimeWarning", - "ignore:coroutine", "'Semaphore._refresh_leases'", "was", "never", "awaited:RuntimeWarning", - "ignore:coroutine", "'ServerSession\\.with_document_locked'", "was", "never", "awaited", - "ignore:overflow", "encountered", "in", "long_scalars:RuntimeWarning", - "ignore:Creating", "scratch", "directories", "is", "taking", "a", "surprisingly", "long", "time.*:UserWarning", - "ignore:Scheduler", "already", "contains", "a", "plugin", "with", "name", "nonidempotentplugin.", "overwriting:UserWarning", - "ignore:Increasing", "number", "of", "chunks", "by", "factor", "of", "20::dask.array.core.PerformanceWarning", - "ignore::distributed.versions.VersionMismatchWarning", - "ignore:(?s)Exception", "in", 'thread.*old_ssh.*channel\.send\(b"\\x03"\).*Socket', "is", "closed:pytest.PytestUnhandledThreadExceptionWarning", - "ignore:(?s)Exception", "in", 'thread.*paramiko\.ssh_exception\.NoValidConnectionsError:pytest.PytestUnhandledThreadExceptionWarning', - "ignore:(?s)Exception", "ignored", "in.", ".*sem_unlink.*FileNotFoundError:pytest.PytestUnraisableExceptionWarning", - "ignore:(?s)Exception", "ignored", "in.", "\.send_recv_from_rpc' was never awaited:RuntimeWarning""", + """ignore:coroutine 'Scheduler\.restart' was never awaited:RuntimeWarning""", + """ignore:coroutine 'Semaphore._refresh_leases' was never awaited:RuntimeWarning""", + """ignore:coroutine 'ServerSession\.with_document_locked' was never awaited""", + """ignore:overflow encountered in long_scalars:RuntimeWarning""", + """ignore:Creating scratch directories is taking a surprisingly long time.*:UserWarning""", + """ignore:Scheduler already contains a plugin with name nonidempotentplugin. overwriting:UserWarning""", + """ignore:Increasing number of chunks by factor of 20::dask.array.core.PerformanceWarning""", + """ignore::distributed.versions.VersionMismatchWarning""", + """ignore:(?s)Exception in thread.*old_ssh.*channel\.send\(b"\x03"\).*Socket is closed:pytest.PytestUnhandledThreadExceptionWarning""", + """ignore:(?s)Exception in thread.*paramiko\.ssh_exception\.NoValidConnectionsError:pytest.PytestUnhandledThreadExceptionWarning""", + """ignore:(?s)Exception ignored in. .*sem_unlink.*FileNotFoundError:pytest.PytestUnraisableExceptionWarning""", + """ignore:(?s)Exception ignored in.