Skip to content

Commit 150764c

Browse files
committed
remove unneeded fixture
1 parent 72dd6ad commit 150764c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pytest_twisted.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -282,7 +282,7 @@ def pytest_pyfunc_call(pyfuncitem):
282282

283283

284284
@pytest.fixture(scope="session", autouse=True)
285-
def twisted_greenlet(request):
285+
def twisted_greenlet():
286286
return _instances.gr_twisted
287287

288288

0 commit comments

Comments
 (0)