summaryrefslogtreecommitdiff
path: root/pytest.ini
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2022-02-25 10:54:30 -0500
committerJason R. Coombs <jaraco@jaraco.com>2022-02-25 10:54:30 -0500
commit289a77b179535d8137118e3b8591d9e727130d6d (patch)
treec8b047950a96650f18e2f22fe2c85b8d0d623e54 /pytest.ini
parent3ae5a49054616e2c00a5ddcb26e870a5beababcf (diff)
parent04fe68a96ee8e3d3ca521b4abbfe53203063f9d9 (diff)
downloadpytest-runner-289a77b179535d8137118e3b8591d9e727130d6d.tar.gz
Merge https://github.com/jaraco/skeleton
Diffstat (limited to 'pytest.ini')
-rw-r--r--pytest.ini14
1 files changed, 10 insertions, 4 deletions
diff --git a/pytest.ini b/pytest.ini
index 31b114f..80e98cc 100644
--- a/pytest.ini
+++ b/pytest.ini
@@ -2,10 +2,16 @@
norecursedirs=dist build .tox .eggs
addopts=--doctest-modules
doctest_optionflags=ALLOW_UNICODE ELLIPSIS
-# workaround for warning pytest-dev/pytest#6178
-junit_family=xunit2
filterwarnings=
# Suppress deprecation warning in flake8
ignore:SelectableGroups dict interface is deprecated::flake8
- # Suppress deprecation warning in pypa/packaging#433
- ignore:The distutils package is deprecated::packaging.tags
+
+ # 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.PytestDeprecationWarning
+ ignore:BlackItem is an Item subclass and should not be a collector:pytest.PytestWarning
+
+ # 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.PytestDeprecationWarning
+ ignore:Flake8Item is an Item subclass and should not be a collector:pytest.PytestWarning