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 @@ -35,7 +35,7 @@ testing =
3535 # workaround for jaraco/skeleton#22
3636 python_implementation != " PyPy"
3737 pytest-cov
38- pytest-mypy; \
38+ pytest-mypy >= 0.9.1 ; \
3939 # workaround for jaraco/skeleton#22
4040 python_implementation != " PyPy"
4141 pytest-enabler >= 1.0.1
You can’t perform that action at this time.
0 commit comments