Skip to content
This repository was archived by the owner on Apr 26, 2024. It is now read-only.

Commit 036301e

Browse files
committed
Pin mypy-zope for compatibility with mypy.
1 parent 84c0e46 commit 036301e

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

changelog.d/8600.misc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Update `mypy` static type checker to 0.790.

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ def exec_file(path_segments):
102102
"flake8",
103103
]
104104

105-
CONDITIONAL_REQUIREMENTS["mypy"] = ["mypy==0.790", "mypy-zope"]
105+
CONDITIONAL_REQUIREMENTS["mypy"] = ["mypy==0.790", "mypy-zope==0.2.8"]
106106

107107
# Dependencies which are exclusively required by unit test code. This is
108108
# NOT a list of all modules that are necessary to run the unit tests.

0 commit comments

Comments
 (0)