File tree Expand file tree Collapse file tree 2 files changed +1
-4
lines changed
Expand file tree Collapse file tree 2 files changed +1
-4
lines changed Original file line number Diff line number Diff line change @@ -13,6 +13,3 @@ filterwarnings=
1313 # tholo/pytest-flake8#83
1414 ignore:<class ' pytest_flake8.Flake8Item' > is not using a cooperative constructor:pytest.PytestDeprecationWarning
1515 ignore:The \(fspath. py.path.local\) argument to Flake8Item is deprecated.:pytest.PytestDeprecationWarning
16-
17- # dbader/pytest-mypy#131
18- ignore:The \(fspath. py.path.local\) argument to MypyFile is deprecated.:pytest.PytestDeprecationWarning
Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ testing =
3838 # workaround for jaraco/skeleton#22
3939 python_implementation != " PyPy"
4040 pytest-cov
41- pytest-mypy; \
41+ pytest-mypy >= 0.9.1 ; \
4242 # workaround for jaraco/skeleton#22
4343 python_implementation != " PyPy"
4444 pytest-enabler >= 1.0.1
You can’t perform that action at this time.
0 commit comments