summary refs log tree commit diff
path: root/tox.ini
diff options
context:
space:
mode:
authorRichard van der Hoff <1389908+richvdh@users.noreply.github.com>2020-05-18 10:43:05 +0100
committerGitHub <noreply@github.com>2020-05-18 10:43:05 +0100
commit164f50f5f25a3204cce5fd2c8f196e9a9d4deb5d (patch)
treeb546d57768ee37c74147f7d7f179e3e69c1b8976 /tox.ini
parentAdd type hints to room member handlers (#7513) (diff)
downloadsynapse-164f50f5f25a3204cce5fd2c8f196e9a9d4deb5d.tar.xz
fix mypy for tests/replication (#7518)
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 5a1fa610b6..3bb4d45e2a 100644 --- a/tox.ini +++ b/tox.ini
@@ -207,7 +207,7 @@ commands = mypy \ synapse/storage/util \ synapse/streams \ synapse/util/caches/stream_change_cache.py \ - tests/replication/tcp/streams \ + tests/replication \ tests/test_utils \ tests/rest/client/v2_alpha/test_auth.py \ tests/util/test_stream_change_cache.py