Skip to content

Commit ce9ddd5

Browse files
committed
2 parents f38d139 + f22eb5b commit ce9ddd5

2 files changed

Lines changed: 4 additions & 2 deletions

File tree

pytest.ini

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,12 @@ filterwarnings=
1616
# shopkeep/pytest-black#55
1717
ignore:<class 'pytest_black.BlackItem'> is not using a cooperative constructor:pytest.PytestDeprecationWarning
1818
ignore:The \(fspath. py.path.local\) argument to BlackItem is deprecated.:pytest.PytestDeprecationWarning
19+
ignore:BlackItem is an Item subclass and should not be a collector:pytest.PytestWarning
1920

2021
# tholo/pytest-flake8#83
2122
ignore:<class 'pytest_flake8.Flake8Item'> is not using a cooperative constructor:pytest.PytestDeprecationWarning
2223
ignore:The \(fspath. py.path.local\) argument to Flake8Item is deprecated.:pytest.PytestDeprecationWarning
24+
ignore:Flake8Item is an Item subclass and should not be a collector:pytest.PytestWarning
2325

2426
# dbader/pytest-mypy#131
2527
ignore:The \(fspath. py.path.local\) argument to MypyFile is deprecated.:pytest.PytestDeprecationWarning

setup.cfg

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ testing =
4747
# workaround for jaraco/skeleton#22
4848
python_implementation != "PyPy"
4949
pytest-cov
50-
pytest-mypy; \
50+
pytest-mypy >= 0.9.1; \
5151
# workaround for jaraco/skeleton#22
5252
python_implementation != "PyPy"
5353
pytest-enabler >= 1.0.1
@@ -83,7 +83,7 @@ testing-integration =
8383
docs =
8484
# upstream
8585
sphinx
86-
jaraco.packaging >= 8.2
86+
jaraco.packaging >= 9
8787
rst.linker >= 1.9
8888
jaraco.tidelift >= 1.4
8989

0 commit comments

Comments
 (0)