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 404fe9f commit e963fb2Copy full SHA for e963fb2
pyproject.toml
@@ -81,5 +81,7 @@ filterwarnings= [
81
# Fail on warnings
82
"error",
83
# Ignore our own deprecation warnings.
84
- "ignore:.*:deprecation.DeprecatedWarning"
+ "ignore:.*:deprecation.DeprecatedWarning",
85
+ # Ignore warning raised when importing setuptools.command.develop.
86
+ "ignore:pkg_resources is deprecated as an API:DeprecationWarning"
87
]
0 commit comments