Skip to content

Commit

Permalink
try to block the warning, fails
Browse files Browse the repository at this point in the history
  • Loading branch information
RonnyPfannschmidt committed Feb 9, 2021
1 parent 6393893 commit d4d3b88
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ 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

0 comments on commit d4d3b88

Please sign in to comment.