File tree Expand file tree Collapse file tree 1 file changed +11
-0
lines changed Expand file tree Collapse file tree 1 file changed +11
-0
lines changed Original file line number Diff line number Diff line change @@ -5,3 +5,14 @@ doctest_optionflags=ALLOW_UNICODE ELLIPSIS
5
5
filterwarnings =
6
6
# Suppress deprecation warning in flake8
7
7
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.PytestRemovedIn8Warning
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.PytestRemovedIn8Warning
16
+
17
+ # dbader/pytest-mypy#131
18
+ ignore:The \(fspath. py.path.local\) argument to MypyFile is deprecated.:pytest.PytestRemovedIn8Warning
You can’t perform that action at this time.
0 commit comments