Merge pull request #2598 from 0xProject/fix/py-ci-mypy-0.780
Python: pin mypy to <= 0.770
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user