Skip to content

Commit fa4ed97

Browse files
committed
tidy
1 parent 57fff05 commit fa4ed97

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

pytest_twisted.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -435,7 +435,6 @@ def pytest_addoption(parser):
435435

436436
def pytest_configure(config):
437437
"""Identify and install chosen reactor."""
438-
print('+++++++++++++++++++++++++++++', 'pt')
439438
pytest.inlineCallbacks = _deprecate(
440439
deprecated='pytest.inlineCallbacks',
441440
recommended='pytest_twisted.inlineCallbacks',

testing/test_basic.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -708,7 +708,6 @@ def test_blockon_in_hook_with_qt5reactor(testdir, cmd_opts, request):
708708
from twisted.internet import defer
709709
710710
def pytest_configure(config):
711-
print('+++++++++++++++++++++++++++++', 'test')
712711
pt.init_qt5_reactor()
713712
d = defer.Deferred()
714713

0 commit comments

Comments
 (0)