Pin mypy-zope for compatibility with mypy. (#8600)

pull/8614/head
Patrick Cloke 2020-10-21 06:45:01 -04:00 committed by GitHub
parent de5cafe980
commit 654cc9470e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 1 deletions

1
changelog.d/8600.misc Normal file
View File

@ -0,0 +1 @@
Update `mypy` static type checker to 0.790.

View File

@ -102,7 +102,7 @@ CONDITIONAL_REQUIREMENTS["lint"] = [
"flake8",
]
CONDITIONAL_REQUIREMENTS["mypy"] = ["mypy==0.790", "mypy-zope"]
CONDITIONAL_REQUIREMENTS["mypy"] = ["mypy==0.790", "mypy-zope==0.2.8"]
# Dependencies which are exclusively required by unit test code. This is
# NOT a list of all modules that are necessary to run the unit tests.