Python: pin mypy to <= 0.770

See also https://github.com/python/mypy/issues/8953
This commit is contained in:
F. Eugene Aumson
2020-06-08 11:50:49 -04:00
parent 7127f541c3
commit db16392821
6 changed files with 6 additions and 6 deletions

View File

@@ -173,7 +173,7 @@ setup(
"coverage",
"coveralls",
"eth_utils",
"mypy",
"mypy<=0.770", # see https://github.com/python/mypy/issues/8953
"mypy_extensions",
"pycodestyle",
"pydocstyle",