mirror of
https://git.anonymousland.org/anonymousland/synapse-product.git
synced 2024-12-12 12:14:18 -05:00
Pin mypy-zope for compatibility with mypy. (#8600)
This commit is contained in:
parent
de5cafe980
commit
654cc9470e
1
changelog.d/8600.misc
Normal file
1
changelog.d/8600.misc
Normal file
@ -0,0 +1 @@
|
||||
Update `mypy` static type checker to 0.790.
|
2
setup.py
2
setup.py
@ -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…
Reference in New Issue
Block a user