Skip to content

Commit 33ddc70

Browse files
authored
remove detrititus from testing PyFuture/PyTask
1 parent 1a4f2b5 commit 33ddc70

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

Lib/test/test_asyncio/test_taskgroups.py

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

1212
from test.test_asyncio.utils import await_without_task
1313

14-
if False:
15-
asyncio.Task = asyncio.tasks._CTask = asyncio.tasks.Task = asyncio.tasks._PyTask
16-
asyncio.Future = asyncio.futures._CFuture = asyncio.futures.Future = asyncio.futures._PyFuture
17-
18-
1914
# To prevent a warning "test altered the execution environment"
2015
def tearDownModule():
2116
asyncio.set_event_loop_policy(None)

0 commit comments

Comments
 (0)