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 0f0aaa6 commit ada3adeCopy full SHA for ada3ade
pyproject.toml
@@ -40,6 +40,8 @@ filterwarnings = [
40
"ignore:the imp module is deprecated in favour of importlib:DeprecationWarning",
41
"ignore:distutils Version classes are deprecated:DeprecationWarning",
42
"ignore:The distutils package is deprecated and slated for removal in Python 3.12:DeprecationWarning",
43
+ # Pytest warns if it can't collect things that seem to be tests. This should be an error.
44
+ "error::pytest.PytestCollectionWarning",
45
]
46
47
# xfail tests that pass should fail the test suite
0 commit comments