Remove tests/utils.py from mypy's exclude list (#13159)

This commit is contained in:
Andrew Morgan 2022-07-04 15:15:33 +01:00 committed by GitHub
parent fa10468eb4
commit 9820665597
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 3 additions and 4 deletions

View file

@ -830,7 +830,6 @@ def setup_test_homeserver(
# Mock TLS
hs.tls_server_context_factory = Mock()
hs.tls_client_options_factory = Mock()
hs.setup()
if homeserver_to_use == TestHomeServer: