diff options
author | David Robertson <davidr@element.io> | 2021-09-06 11:37:54 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-09-06 11:37:54 +0100 |
commit | 5e9b382505b9587983cb1db2606ccc559de7f121 (patch) | |
tree | ae2f2648a9d067df718fdb49cf02a3083667996e /mypy.ini | |
parent | Speed up persisting redacted events (#10756) (diff) | |
download | synapse-5e9b382505b9587983cb1db2606ccc559de7f121.tar.xz |
Pull out encrypted_by_default tests from user_directory tests (#10752)
Diffstat (limited to 'mypy.ini')
-rw-r--r-- | mypy.ini | 1 |
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, |