diff options
| author | Jason R. Coombs <jaraco@jaraco.com> | 2022-02-05 14:29:09 -0500 |
|---|---|---|
| committer | Jason R. Coombs <jaraco@jaraco.com> | 2022-02-05 14:30:23 -0500 |
| commit | badffe9af9b79dff781f6768bcf48fbd8abd0945 (patch) | |
| tree | 3099f14e5dddc986c71897490cc1a3c9394f4732 /pytest.ini | |
| parent | 8949d1a1169c9271ceb8aab3f1deea9d82e2fa0d (diff) | |
| download | python-setuptools-git-badffe9af9b79dff781f6768bcf48fbd8abd0945.tar.gz | |
Use the parent category PytestDeprecationWarning, which is available on older pytest versions. Fixes jaraco/skeleton#57.
Diffstat (limited to 'pytest.ini')
| -rw-r--r-- | pytest.ini | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -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 |
