Skip to content

Commit a2f3d4b

Browse files
authored
Remove dead code (#1332)
1 parent 042fa04 commit a2f3d4b

File tree

2 files changed

+0
-23
lines changed

2 files changed

+0
-23
lines changed

tests/_asyncio_utils.py

Lines changed: 0 additions & 17 deletions
This file was deleted.

tests/test_eventloop.py

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -54,12 +54,6 @@ def _setup_env():
5454
KM.shutdown_kernel(now=True)
5555

5656

57-
async_code = """
58-
from tests._asyncio_utils import async_func
59-
async_func()
60-
"""
61-
62-
6357
windows_skip = pytest.mark.skipif(os.name == "nt", reason="causing failures on windows")
6458

6559

0 commit comments

Comments
 (0)