Skip to content

Commit

Permalink
Fix location of fspath deprecation warning ignore filter
Browse files Browse the repository at this point in the history
  • Loading branch information
nicoddemus committed Feb 15, 2021
1 parent d4d3b88 commit 538d019
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion pyproject.toml
Expand Up @@ -40,7 +40,6 @@ filterwarnings = [
"default:invalid escape sequence:DeprecationWarning",
# ignore use of unregistered marks, because we use many to test the implementation
"ignore::_pytest.warning_types.PytestUnknownMarkWarning",
"default:.*.fspath is deprecated and will be replaced by .*.path.*:pytest.PytestDeprecationWarning",
]
pytester_example_dir = "testing/example_scripts"
markers = [
Expand Down
1 change: 1 addition & 0 deletions testing/plugins_integration/pytest.ini
Expand Up @@ -2,3 +2,4 @@
addopts = --strict-markers
filterwarnings =
error::pytest.PytestWarning
ignore:.*.fspath is deprecated and will be replaced by .*.path.*:pytest.PytestDeprecationWarning

0 comments on commit 538d019

Please sign in to comment.