Skip to content

Commit 625afa5

Browse files
committed
Fix pytest warnings filter order
1 parent ba4eec5 commit 625afa5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -198,9 +198,9 @@ commands =
198198
addopts = --color yes --durations 25 -p no:pytest-mypy-plugins
199199
timeout = 300
200200
filterwarnings =
201-
always:The \(fspath.*\) argument to YamlTestFile is deprecated:pytest.PytestRemovedIn8Warning
202201
error
203202
ignore:can't resolve package from __spec__ or __package__, falling back on __name__ and __path__:ImportWarning
203+
always:The \(fspath.*\) argument to YamlTestFile is deprecated:pytest.PytestRemovedIn8Warning
204204
205205
[doc8]
206206
ignore-path = doc-source/build

0 commit comments

Comments
 (0)