File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed
Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,9 @@ filterwarnings=
99 # shopkeep/pytest-black#55
1010 ignore:<class ' pytest_black.BlackItem' > is not using a cooperative constructor:pytest.PytestDeprecationWarning
1111 ignore:The \(fspath. py.path.local\) argument to BlackItem is deprecated.:pytest.PytestDeprecationWarning
12+ ignore:BlackItem is an Item subclass and should not be a collector:pytest.PytestWarning
1213
1314 # tholo/pytest-flake8#83
1415 ignore:<class ' pytest_flake8.Flake8Item' > is not using a cooperative constructor:pytest.PytestDeprecationWarning
1516 ignore:The \(fspath. py.path.local\) argument to Flake8Item is deprecated.:pytest.PytestDeprecationWarning
17+ ignore:Flake8Item is an Item subclass and should not be a collector:pytest.PytestWarning
Original file line number Diff line number Diff line change @@ -53,7 +53,7 @@ testing =
5353docs =
5454 # upstream
5555 sphinx
56- jaraco.packaging >= 8.2
56+ jaraco.packaging >= 9
5757 rst.linker >= 1.9
5858
5959 # local
You can’t perform that action at this time.
0 commit comments