Skip to content

Commit 3eed2b2

Browse files
committed
Event loop scope again
1 parent 5662f37 commit 3eed2b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/conftest.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ def docs():
143143
]
144144

145145

146-
@pytest_asyncio.fixture(scope="session")
146+
@pytest.fixture(scope="session")
147147
def event_loop():
148148
loop = asyncio.new_event_loop()
149149
yield loop

0 commit comments

Comments
 (0)