We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
matplotlib
1 parent 23d48a0 commit e9a586bCopy full SHA for e9a586b
1 file changed
pyproject.toml
@@ -147,6 +147,9 @@ filterwarnings = [
147
"ignore:.*first_column_names:FutureWarning:scanpy", # scanpy 1.10.x
148
"ignore:Importing read_.* from `anndata` is deprecated:FutureWarning:scanpy",
149
"ignore:`__version__` is deprecated:FutureWarning:scanpy",
150
+ # https://github.com/matplotlib/matplotlib/pull/30589
151
+ "ignore:.*'(oneOf|parseString|resetCache|enablePackrat)'.*'(one_of|parse_string|reset_cache|enable_packrat)':DeprecationWarning:matplotlib",
152
+
153
]
154
# When `--strict-warnings` is used, all warnings are treated as errors, except those:
155
filterwarnings_when_strict = [
0 commit comments