Skip to content

Commit ed82c45

Browse files
committed
2 parents d64fb2f + badffe9 commit ed82c45

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pytest.ini

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,14 +15,14 @@ filterwarnings=
1515

1616
# shopkeep/pytest-black#55
1717
ignore:<class 'pytest_black.BlackItem'> is not using a cooperative constructor:pytest.PytestDeprecationWarning
18-
ignore:The \(fspath. py.path.local\) argument to BlackItem is deprecated.:pytest.PytestRemovedIn8Warning
18+
ignore:The \(fspath. py.path.local\) argument to BlackItem is deprecated.:pytest.PytestDeprecationWarning
1919

2020
# tholo/pytest-flake8#83
2121
ignore:<class 'pytest_flake8.Flake8Item'> is not using a cooperative constructor:pytest.PytestDeprecationWarning
22-
ignore:The \(fspath. py.path.local\) argument to Flake8Item is deprecated.:pytest.PytestRemovedIn8Warning
22+
ignore:The \(fspath. py.path.local\) argument to Flake8Item is deprecated.:pytest.PytestDeprecationWarning
2323

2424
# dbader/pytest-mypy#131
25-
ignore:The \(fspath. py.path.local\) argument to MypyFile is deprecated.:pytest.PytestRemovedIn8Warning
25+
ignore:The \(fspath. py.path.local\) argument to MypyFile is deprecated.:pytest.PytestDeprecationWarning
2626
## end upstream
2727

2828
# https://github.com/pypa/setuptools/issues/1823

0 commit comments

Comments
 (0)