Skip to content

Commit f29b136

Browse files
committed
remove some unused request fixtures
1 parent d553b4b commit f29b136

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

testing/test_basic.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -486,7 +486,7 @@ def test_async_yield_fixture_failed_test(testdir, cmd_opts):
486486
import pytest_twisted
487487
488488
@pytest_twisted.async_yield_fixture()
489-
async def foo(request):
489+
async def foo():
490490
yield 92
491491
492492
@pytest_twisted.inlineCallbacks
@@ -510,7 +510,7 @@ class UniqueLocalException(Exception):
510510
pass
511511
512512
@pytest_twisted.async_yield_fixture()
513-
async def foo(request):
513+
async def foo():
514514
yield 92
515515
516516
@pytest_twisted.inlineCallbacks

0 commit comments

Comments
 (0)