We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5467524 commit da84e5cCopy full SHA for da84e5c
setup.cfg
@@ -40,6 +40,8 @@ testing =
40
pytest-mypy >= 0.9.1; \
41
# workaround for jaraco/skeleton#22
42
python_implementation != "PyPy"
43
+ # workaround for realpython/pytest-mypy#141
44
+ mypy < 0.990
45
pytest-enabler >= 1.3
46
47
# local
0 commit comments