File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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 =
8383docs =
8484 # upstream
8585 sphinx
86- jaraco.packaging >= 8.2
86+ jaraco.packaging >= 9
8787 rst.linker >= 1.9
8888 jaraco.tidelift >= 1.4
8989
You can’t perform that action at this time.
0 commit comments