Merge pull request #2598 from 0xProject/fix/py-ci-mypy-0.780

Python: pin mypy to <= 0.770
This commit is contained in:
F. Eugene Aumson
2020-06-08 12:27:30 -04:00
committed by GitHub
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",