summary refs log tree commit diff
path: root/mypy.ini
diff options
context:
space:
mode:
authorRichard van der Hoff <richard@matrix.org>2021-08-27 16:35:02 +0100
committerRichard van der Hoff <richard@matrix.org>2021-08-27 16:35:02 +0100
commite3abc0a5cc0669b76e5bdf2e1539645d790a7a3d (patch)
tree139c57d61b37fae528dc5d83cfa407a2f9a044d9 /mypy.ini
parent Removed page summaries from the top of installation and contributing doc pag... (diff)
parentFix incompatibility with Twisted < 21. (#10713) (diff)
downloadsynapse-e3abc0a5cc0669b76e5bdf2e1539645d790a7a3d.tar.xz
Merge remote-tracking branch 'origin/release-v1.41' into develop
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 745e6b78eb..f6de668edd 100644
--- a/mypy.ini
+++ b/mypy.ini
@@ -91,6 +91,7 @@ files =
   tests/test_utils,
   tests/handlers/test_password_providers.py,
   tests/handlers/test_room_summary.py,
+  tests/handlers/test_send_email.py,
   tests/handlers/test_sync.py,
   tests/rest/client/test_login.py,
   tests/rest/client/test_auth.py,