Skip to content

Commit fb83214

Browse files
committed
or not
1 parent 0186593 commit fb83214

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

pytest_twisted.py

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

430430

431-
@pytest.hookimpl(trylast=True)
432431
def pytest_configure(config):
433432
"""Identify and install chosen reactor."""
434433
pytest.inlineCallbacks = _deprecate(

testing/test_basic.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -708,6 +708,7 @@ def test_blockon_in_hook_with_qt5reactor(testdir, cmd_opts, request):
708708
import pytestqt
709709
from twisted.internet import defer
710710
711+
@pytest.hookimpl(tryfirst=True)
711712
def pytest_configure(config):
712713
pt.init_qt5_reactor()
713714
d = defer.Deferred()

0 commit comments

Comments
 (0)