summary refs log tree commit diff
path: root/tox.ini
diff options
context:
space:
mode:
authorErik Johnston <erik@matrix.org>2019-10-18 07:42:26 +0200
committerAmber Brown <hawkowl@atleastfornow.net>2019-10-18 06:42:26 +0100
commit5859a5c569c03f3b7c578fe4dbf2274e37af03bb (patch)
treeba72de9586994a6d303bdbc2c2e7674e44813990 /tox.ini
parentRemove dead changelog file (diff)
downloadsynapse-5859a5c569c03f3b7c578fe4dbf2274e37af03bb.tar.xz
Fix presence timeouts when synchrotron restarts. (#6212)
* Fix presence timeouts when synchrotron restarts.

Handling timeouts would fail if there was an external process that had
timed out, e.g. a synchrotron restarting. This was due to a couple of
variable name typoes.

Fixes #3715.
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini2
1 files changed, 1 insertions, 1 deletions
diff --git a/tox.ini b/tox.ini
index 367cc2ccf2..7ba6f6339f 100644
--- a/tox.ini
+++ b/tox.ini
@@ -161,7 +161,7 @@ basepython = python3.7
 skip_install = True
 deps =
     {[base]deps}
-    mypy
+    mypy==0.730
     mypy-zope
 env =
     MYPYPATH = stubs/