Python: pin mypy to <= 0.770
See also https://github.com/python/mypy/issues/8953
This commit is contained in:
parent
7127f541c3
commit
db16392821
@ -178,7 +178,7 @@ setup(
|
||||
"black",
|
||||
"coverage",
|
||||
"coveralls",
|
||||
"mypy",
|
||||
"mypy<=0.770", # see https://github.com/python/mypy/issues/8953
|
||||
"mypy_extensions",
|
||||
"pycodestyle",
|
||||
"pydocstyle",
|
||||
|
@ -179,7 +179,7 @@ setup(
|
||||
"black",
|
||||
"coverage",
|
||||
"coveralls",
|
||||
"mypy",
|
||||
"mypy<=0.770", # https://github.com/python/mypy/issues/8953
|
||||
"mypy_extensions",
|
||||
"pycodestyle",
|
||||
"pydocstyle",
|
||||
|
@ -219,7 +219,7 @@ setup(
|
||||
"black",
|
||||
"coverage",
|
||||
"coveralls",
|
||||
"mypy",
|
||||
"mypy<=0.770", # see https://github.com/python/mypy/issues/8953
|
||||
"mypy_extensions",
|
||||
"pycodestyle",
|
||||
"pydocstyle",
|
||||
|
@ -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",
|
||||
|
@ -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",
|
||||
|
@ -193,7 +193,7 @@ setup(
|
||||
"black",
|
||||
"coverage",
|
||||
"coveralls",
|
||||
"mypy",
|
||||
"mypy<=0.770", # see https://github.com/python/mypy/issues/8953
|
||||
"mypy_extensions",
|
||||
"pycodestyle",
|
||||
"pydocstyle",
|
||||
|
Loading…
x
Reference in New Issue
Block a user