Skip to content

Commit 2ef0770

Browse files
committed
2 parents d405f1b + 96ea563 commit 2ef0770

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

pytest.ini

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff 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

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)