Skip to content

Commit f410086

Browse files
committed
Remove return from pytest_fixture_setup.
1 parent 150e913 commit f410086

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

pytest_asyncio/plugin.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -81,8 +81,6 @@ def pytest_fixture_setup(fixturedef, request):
8181
else:
8282
policy.set_event_loop(loop)
8383

84-
return outcome
85-
8684

8785
@pytest.mark.tryfirst
8886
def pytest_pyfunc_call(pyfuncitem):

0 commit comments

Comments
 (0)