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 ba4eec5 commit 625afa5Copy full SHA for 625afa5
tox.ini
@@ -198,9 +198,9 @@ commands =
198
addopts = --color yes --durations 25 -p no:pytest-mypy-plugins
199
timeout = 300
200
filterwarnings =
201
- always:The \(fspath.*\) argument to YamlTestFile is deprecated:pytest.PytestRemovedIn8Warning
202
error
203
ignore:can't resolve package from __spec__ or __package__, falling back on __name__ and __path__:ImportWarning
+ always:The \(fspath.*\) argument to YamlTestFile is deprecated:pytest.PytestRemovedIn8Warning
204
205
[doc8]
206
ignore-path = doc-source/build
0 commit comments