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 d4d3b88 commit 538d019Copy full SHA for 538d019
pyproject.toml
@@ -40,7 +40,6 @@ filterwarnings = [
40
"default:invalid escape sequence:DeprecationWarning",
41
# ignore use of unregistered marks, because we use many to test the implementation
42
"ignore::_pytest.warning_types.PytestUnknownMarkWarning",
43
- "default:.*.fspath is deprecated and will be replaced by .*.path.*:pytest.PytestDeprecationWarning",
44
]
45
pytester_example_dir = "testing/example_scripts"
46
markers = [
testing/plugins_integration/pytest.ini
@@ -2,3 +2,4 @@
2
addopts = --strict-markers
3
filterwarnings =
4
error::pytest.PytestWarning
5
+ ignore:.*.fspath is deprecated and will be replaced by .*.path.*:pytest.PytestDeprecationWarning
0 commit comments