diff options
author | Jason R. Coombs <jaraco@jaraco.com> | 2022-02-04 21:48:04 -0500 |
---|---|---|
committer | Jason R. Coombs <jaraco@jaraco.com> | 2022-02-04 21:48:04 -0500 |
commit | 8c0228f358e4814b3388701304db880ff79ba804 (patch) | |
tree | 5e186d3d1c079a4a15967c8d3cd6653b60f41ebe | |
parent | f1732ac6fe80f0e29c4e15be9433c0d93478e9e5 (diff) | |
parent | 8949d1a1169c9271ceb8aab3f1deea9d82e2fa0d (diff) | |
download | python-setuptools-git-8c0228f358e4814b3388701304db880ff79ba804.tar.gz |
Merge https://github.com/jaraco/skeleton
-rw-r--r-- | README.rst | 2 | ||||
-rw-r--r-- | pytest.ini | 11 |
2 files changed, 12 insertions, 1 deletions
@@ -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 @@ -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 |