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

code_spécifique_watcha
Patrick Cloke 4 years ago committed by GitHub
parent de5cafe980
commit 654cc9470e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      changelog.d/8600.misc
  2. 2
      setup.py

@ -0,0 +1 @@
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.

Loading…
Cancel
Save