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
No known key found for this signature in database
GPG Key ID: 23E6737B1374A24A
6 changed files with 6 additions and 6 deletions

View File

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

View File

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

View File

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

View File

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

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",

View File

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