summaryrefslogtreecommitdiff
path: root/pytest.ini
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2022-02-05 14:53:35 -0500
committerJason R. Coombs <jaraco@jaraco.com>2022-02-05 14:53:35 -0500
commited82c4546b057b25a3d96036c20fa29819f03210 (patch)
tree00b6101a42c2b9061d85e94876fb67a05fd4cf11 /pytest.ini
parentd64fb2f87707568a973a133a72b39a809b611358 (diff)
parentbadffe9af9b79dff781f6768bcf48fbd8abd0945 (diff)
downloadpython-setuptools-git-ed82c4546b057b25a3d96036c20fa29819f03210.tar.gz
Merge https://github.com/jaraco/skeleton
Diffstat (limited to 'pytest.ini')
-rw-r--r--pytest.ini6
1 files changed, 3 insertions, 3 deletions
diff --git a/pytest.ini b/pytest.ini
index 01345697..b53fdefa 100644
--- a/pytest.ini
+++ b/pytest.ini
@@ -15,14 +15,14 @@ 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
## end upstream
# https://github.com/pypa/setuptools/issues/1823