summary refs log tree commit diff
path: root/mypy.ini
diff options
context:
space:
mode:
authorDavid Robertson <davidr@element.io>2021-09-06 11:37:54 +0100
committerGitHub <noreply@github.com>2021-09-06 11:37:54 +0100
commit5e9b382505b9587983cb1db2606ccc559de7f121 (patch)
treeae2f2648a9d067df718fdb49cf02a3083667996e /mypy.ini
parentSpeed up persisting redacted events (#10756) (diff)
downloadsynapse-5e9b382505b9587983cb1db2606ccc559de7f121.tar.xz
Pull out encrypted_by_default tests from user_directory tests (#10752)
Diffstat (limited to 'mypy.ini')
-rw-r--r--mypy.ini1
1 files changed, 1 insertions, 0 deletions
diff --git a/mypy.ini b/mypy.ini
index 03dc6b8697..4096f72241 100644
--- a/mypy.ini
+++ b/mypy.ini
@@ -90,6 +90,7 @@ files =
   tests/test_event_auth.py,
   tests/test_utils,
   tests/handlers/test_password_providers.py,
+  tests/handlers/test_room.py,
   tests/handlers/test_room_summary.py,
   tests/handlers/test_send_email.py,
   tests/handlers/test_sync.py,