Skip to content

Commit 96ea563

Browse files
committed
Bump pytest-mypy and remove workaround for realpython/pytest-mypy#131.
1 parent badffe9 commit 96ea563

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
@@ -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

0 commit comments

Comments
 (0)