We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ef619b9 commit 9572f3eCopy full SHA for 9572f3e
tests/test_subprocess.py
@@ -8,7 +8,7 @@
8
# The default asyncio event loop implementation on Windows does not
9
# support subprocesses. Subprocesses are available for Windows if a
10
# ProactorEventLoop is used.
11
- @pytest.yield_fixture()
+ @pytest.fixture()
12
def event_loop():
13
loop = asyncio.ProactorEventLoop()
14
yield loop
0 commit comments