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 ae9612a commit 463ee31Copy full SHA for 463ee31
tox.ini
@@ -233,6 +233,7 @@ filterwarnings =
233
ignore:can't resolve package from __spec__ or __package__, falling back on __name__ and __path__:ImportWarning
234
always:The \(fspath.*\) argument to YamlTestFile is deprecated:pytest.PytestRemovedIn8Warning
235
always:module 'sre_constants' is deprecated:DeprecationWarning
236
+ always:pkg_resources is deprecated as an API:DeprecationWarning
237
238
[doc8]
239
ignore-path = doc-source/build
0 commit comments