8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9c28cdf commit 3b0bf5bCopy full SHA for 3b0bf5b
pytest.ini
@@ -84,8 +84,8 @@ filterwarnings=
84
# Avoid errors when testing pkg_resources.declare_namespace
85
ignore:.*pkg_resources\.declare_namespace.*:DeprecationWarning
86
87
- # suppress known deprecation
88
- ignore:pkg_resources is deprecated:DeprecationWarning
+ # suppress known deprecation pypa/setuptools#3085
+ ignore:pkg_resources is deprecated:UserWarning
89
90
# Dependencies might not have been updated yet
91
default:onerror argument is deprecated, use onexc instead
0 commit comments