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

Commit 83de0be

Browse files
authored
Bump mypy-zope to 0.2.13. (#9678)
This fixes an error ("Cannot determine consistent method resolution order (MRO)") when running mypy with a cache.
1 parent af387cf commit 83de0be

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

changelog.d/9678.misc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Bump mypy-zope to 0.2.13 to fix "Cannot determine consistent method resolution order (MRO)" errors when running mypy a second time.

setup.py

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

106-
CONDITIONAL_REQUIREMENTS["mypy"] = ["mypy==0.812", "mypy-zope==0.2.11"]
106+
CONDITIONAL_REQUIREMENTS["mypy"] = ["mypy==0.812", "mypy-zope==0.2.13"]
107107

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

0 commit comments

Comments
 (0)