Skip to content

Commit da84e5c

Browse files
committed
Pin mypy to '<0.990' due to realpython/pytest-mypy#141
1 parent 5467524 commit da84e5c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

setup.cfg

+2
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,8 @@ testing =
4040
pytest-mypy >= 0.9.1; \
4141
# workaround for jaraco/skeleton#22
4242
python_implementation != "PyPy"
43+
# workaround for realpython/pytest-mypy#141
44+
mypy < 0.990
4345
pytest-enabler >= 1.3
4446

4547
# local

0 commit comments

Comments
 (0)