summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2022-02-04 21:48:04 -0500
committerJason R. Coombs <jaraco@jaraco.com>2022-02-04 21:48:04 -0500
commit8c0228f358e4814b3388701304db880ff79ba804 (patch)
tree5e186d3d1c079a4a15967c8d3cd6653b60f41ebe
parentf1732ac6fe80f0e29c4e15be9433c0d93478e9e5 (diff)
parent8949d1a1169c9271ceb8aab3f1deea9d82e2fa0d (diff)
downloadpython-setuptools-git-8c0228f358e4814b3388701304db880ff79ba804.tar.gz
Merge https://github.com/jaraco/skeleton
-rw-r--r--README.rst2
-rw-r--r--pytest.ini11
2 files changed, 12 insertions, 1 deletions
diff --git a/README.rst b/README.rst
index fe2e749e..e421de51 100644
--- a/README.rst
+++ b/README.rst
@@ -22,7 +22,7 @@
.. image:: https://img.shields.io/readthedocs/setuptools/latest.svg
:target: https://setuptools.pypa.io
-.. image:: https://img.shields.io/badge/skeleton-2021-informational
+.. image:: https://img.shields.io/badge/skeleton-2022-informational
:target: https://blog.jaraco.com/skeleton
.. image:: https://img.shields.io/codecov/c/github/pypa/setuptools/master.svg?logo=codecov&logoColor=white
diff --git a/pytest.ini b/pytest.ini
index f522a45e..01345697 100644
--- a/pytest.ini
+++ b/pytest.ini
@@ -12,6 +12,17 @@ filterwarnings=
## upstream
# 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
## end upstream
# https://github.com/pypa/setuptools/issues/1823