Skip to content

Commit 71dd095

Browse files
committed
2 parents d752bac + badffe9 commit 71dd095

File tree

3 files changed

+12
-7
lines changed

3 files changed

+12
-7
lines changed

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
.. image:: https://readthedocs.org/projects/importlib-metadata/badge/?version=latest
1818
:target: https://importlib-metadata.readthedocs.io/en/latest/?badge=latest
1919

20-
.. image:: https://img.shields.io/badge/skeleton-2021-informational
20+
.. image:: https://img.shields.io/badge/skeleton-2022-informational
2121
:target: https://blog.jaraco.com/skeleton
2222

2323

pytest.ini

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,14 @@ doctest_optionflags=ALLOW_UNICODE ELLIPSIS
55
filterwarnings=
66
# Suppress deprecation warning in flake8
77
ignore:SelectableGroups dict interface is deprecated::flake8
8+
9+
# shopkeep/pytest-black#55
10+
ignore:<class 'pytest_black.BlackItem'> is not using a cooperative constructor:pytest.PytestDeprecationWarning
11+
ignore:The \(fspath. py.path.local\) argument to BlackItem is deprecated.:pytest.PytestDeprecationWarning
12+
13+
# tholo/pytest-flake8#83
14+
ignore:<class 'pytest_flake8.Flake8Item'> is not using a cooperative constructor:pytest.PytestDeprecationWarning
15+
ignore:The \(fspath. py.path.local\) argument to Flake8Item is deprecated.:pytest.PytestDeprecationWarning
16+
17+
# dbader/pytest-mypy#131
18+
ignore:The \(fspath. py.path.local\) argument to MypyFile is deprecated.:pytest.PytestDeprecationWarning

setup.py

Lines changed: 0 additions & 6 deletions
This file was deleted.

0 commit comments

Comments
 (0)