summary refs log tree commit diff
path: root/tests/unittest.py
diff options
context:
space:
mode:
authorErik Johnston <erik@matrix.org>2019-08-01 14:46:09 +0100
committerErik Johnston <erik@matrix.org>2019-08-01 14:46:09 +0100
commit873ff9522b293c146884d3c17b58b1a31424155f (patch)
tree36f74b27071102b52ea631134f4fe4ea15a4ede0 /tests/unittest.py
parentMerge branch 'develop' of github.com:matrix-org/synapse into matrix-org-hotfixes (diff)
parentMerge pull request #5810 from matrix-org/erikj/no_server_reachable (diff)
downloadsynapse-873ff9522b293c146884d3c17b58b1a31424155f.tar.xz
Merge branch 'develop' of github.com:matrix-org/synapse into matrix-org-hotfixes
Diffstat (limited to 'tests/unittest.py')
-rw-r--r--tests/unittest.py6
1 files changed, 0 insertions, 6 deletions
diff --git a/tests/unittest.py b/tests/unittest.py

index f5fae21317..561cebc223 100644 --- a/tests/unittest.py +++ b/tests/unittest.py
@@ -23,8 +23,6 @@ from mock import Mock from canonicaljson import json -import twisted -import twisted.logger from twisted.internet.defer import Deferred, succeed from twisted.python.threadpool import ThreadPool from twisted.trial import unittest @@ -80,10 +78,6 @@ class TestCase(unittest.TestCase): @around(self) def setUp(orig): - # enable debugging of delayed calls - this means that we get a - # traceback when a unit test exits leaving things on the reactor. - twisted.internet.base.DelayedCall.debug = True - # if we're not starting in the sentinel logcontext, then to be honest # all future bets are off. if LoggingContext.current_context() is not LoggingContext.sentinel: