Skip to content

Commit

Permalink
Use the parent category PytestDeprecationWarning, which is available …
Browse files Browse the repository at this point in the history
…on older pytest versions. Fixes jaraco/skeleton#57.
  • Loading branch information
jaraco committed Feb 5, 2022
1 parent 24ef099 commit 995da63
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pytest.ini
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@ filterwarnings=

# shopkeep/pytest-black#55
ignore:<class 'pytest_black.BlackItem'> is not using a cooperative constructor:pytest.PytestDeprecationWarning
ignore:The \(fspath. py.path.local\) argument to BlackItem is deprecated.:pytest.PytestRemovedIn8Warning
ignore:The \(fspath. py.path.local\) argument to BlackItem is deprecated.:pytest.PytestDeprecationWarning

# tholo/pytest-flake8#83
ignore:<class 'pytest_flake8.Flake8Item'> is not using a cooperative constructor:pytest.PytestDeprecationWarning
ignore:The \(fspath. py.path.local\) argument to Flake8Item is deprecated.:pytest.PytestRemovedIn8Warning
ignore:The \(fspath. py.path.local\) argument to Flake8Item is deprecated.:pytest.PytestDeprecationWarning

# dbader/pytest-mypy#131
ignore:The \(fspath. py.path.local\) argument to MypyFile is deprecated.:pytest.PytestRemovedIn8Warning
ignore:The \(fspath. py.path.local\) argument to MypyFile is deprecated.:pytest.PytestDeprecationWarning

0 comments on commit 995da63

Please sign in to comment.