Skip to content

Commit f429e3e

Browse files
committed
back to before
1 parent f19d80d commit f429e3e

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

testing/test_basic.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -704,12 +704,10 @@ def test_succeed():
704704
def test_blockon_in_hook_with_qt5reactor(testdir, cmd_opts, request):
705705
skip_if_reactor_not(request, "qt5reactor")
706706
conftest_file = """
707-
import pytest
708707
import pytest_twisted as pt
709708
import pytestqt
710709
from twisted.internet import defer
711710
712-
@pytest.hookimpl(tryfirst=True)
713711
def pytest_configure(config):
714712
pt.init_qt5_reactor()
715713
d = defer.Deferred()

0 commit comments

Comments
 (0)