summary refs log tree commit diff
path: root/tox.ini
diff options
context:
space:
mode:
authorPatrick Cloke <clokep@users.noreply.github.com>2021-03-15 12:18:35 -0400
committerGitHub <noreply@github.com>2021-03-15 12:18:35 -0400
commitf87dfb94034087f5392670b6e857600102ea3f39 (patch)
treea7bee1d0444088aa092fa2c4b8ea45df4eeb5901 /tox.ini
parentFix remaining mypy issues due to Twisted upgrade. (#9608) (diff)
downloadsynapse-f87dfb94034087f5392670b6e857600102ea3f39.tar.xz
Revert requiring a specific version of Twisted for mypy checks. (#9618)
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini2
1 files changed, 0 insertions, 2 deletions
diff --git a/tox.ini b/tox.ini
index a6d10537ae..9ff70fe312 100644
--- a/tox.ini
+++ b/tox.ini
@@ -189,7 +189,5 @@ commands=
 [testenv:mypy]
 deps =
     {[base]deps}
-    # Type hints are broken with Twisted > 20.3.0, see https://github.com/matrix-org/synapse/issues/9513
-    twisted==20.3.0
 extras = all,mypy
 commands = mypy