Skip to content

Commit 3cd22b3

Browse files
author
Andrew Brookins
committed
Remove outdated comment
1 parent 58a7984 commit 3cd22b3

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

tests/conftest.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,6 @@
1111

1212
@pytest.fixture(scope="session")
1313
def event_loop(request):
14-
"""
15-
Starlette needs a session-scoped event loop during test runs.
16-
https://github.com/pytest-dev/pytest-asyncio/issues/169
17-
"""
1814
loop = asyncio.get_event_loop_policy().new_event_loop()
1915
yield loop
2016
loop.close()

0 commit comments

Comments
 (0)