Skip to content

Commit 2054882

Browse files
committed
nope
1 parent 452d703 commit 2054882

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

pytest_twisted.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -428,7 +428,6 @@ def pytest_addoption(parser):
428428
)
429429

430430

431-
@pytest.hookimpl(hookwrapper=True)
432431
def pytest_configure(config):
433432
"""Identify and install chosen reactor."""
434433
pytest.inlineCallbacks = _deprecate(
@@ -440,8 +439,6 @@ def pytest_configure(config):
440439
recommended='pytest_twisted.blockon',
441440
)(blockon)
442441

443-
yield
444-
445442
reactor_installers[config.getoption("reactor")]()
446443

447444

0 commit comments

Comments
 (0)