Skip to content
Snippets Groups Projects
Unverified Commit 654cc947 authored by Patrick Cloke's avatar Patrick Cloke Committed by GitHub
Browse files

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

parent de5cafe9
No related branches found
No related tags found
No related merge requests found
Update `mypy` static type checker to 0.790.
......@@ -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.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment