1
0

Cap mypy tests at twisted==20.3.0 (#90)

This commit is contained in:
Andrew Morgan
2021-03-19 15:10:08 +00:00
committed by GitHub
parent 7a61b0e752
commit 9aa6276c8c

View File

@@ -157,6 +157,9 @@ commands=
[testenv:mypy]
deps =
{[base]deps}
# Type hints are broken with Twisted > 20.3.0, see https://github.com/matrix-org/synapse/issues/9513
# TODO: Remove after merging in the fixes from mainline
twisted==20.3.0
extras = all,mypy
commands = mypy