summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2022-02-04 21:45:52 -0500
committerJason R. Coombs <jaraco@jaraco.com>2022-02-04 21:46:02 -0500
commit8949d1a1169c9271ceb8aab3f1deea9d82e2fa0d (patch)
tree425da8c2c1ffd819cbcc0b3372eeca7b27cd1a3f
parent7e01b721c237ee4947e3b9d6e56bb03a028f3f6a (diff)
downloadpytest-runner-8949d1a1169c9271ceb8aab3f1deea9d82e2fa0d.tar.gz
Add exclusions for pytest 7 deprecations in plugins. Fixes jaraco/skeleton#57.
-rw-r--r--pytest.ini11
1 files changed, 11 insertions, 0 deletions
diff --git a/pytest.ini b/pytest.ini
index ec965b2..52f19be 100644
--- a/pytest.ini
+++ b/pytest.ini
@@ -5,3 +5,14 @@ doctest_optionflags=ALLOW_UNICODE ELLIPSIS
filterwarnings=
# Suppress deprecation warning in flake8
ignore:SelectableGroups dict interface is deprecated::flake8
+
+ # 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
+
+ # 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
+
+ # dbader/pytest-mypy#131
+ ignore:The \(fspath. py.path.local\) argument to MypyFile is deprecated.:pytest.PytestRemovedIn8Warning