Skip to content

Commit 538d019

Browse files
committed
Fix location of fspath deprecation warning ignore filter
1 parent d4d3b88 commit 538d019

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

pyproject.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,6 @@ filterwarnings = [
4040
"default:invalid escape sequence:DeprecationWarning",
4141
# ignore use of unregistered marks, because we use many to test the implementation
4242
"ignore::_pytest.warning_types.PytestUnknownMarkWarning",
43-
"default:.*.fspath is deprecated and will be replaced by .*.path.*:pytest.PytestDeprecationWarning",
4443
]
4544
pytester_example_dir = "testing/example_scripts"
4645
markers = [

testing/plugins_integration/pytest.ini

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,4 @@
22
addopts = --strict-markers
33
filterwarnings =
44
error::pytest.PytestWarning
5+
ignore:.*.fspath is deprecated and will be replaced by .*.path.*:pytest.PytestDeprecationWarning

0 commit comments

Comments
 (0)