Skip to content

Commit 00b98eb

Browse files
committed
Remove deprecated set_event_loop call in unit test code
1 parent 1772289 commit 00b98eb

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

tests/util.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -448,8 +448,6 @@ def setUpClass(cls):
448448
else:
449449
cls.loop = asyncio.new_event_loop()
450450

451-
asyncio.set_event_loop(cls.loop)
452-
453451
try:
454452
cls.loop.run_until_complete(cls.asyncSetUpClass())
455453
except AttributeError:

0 commit comments

Comments
 (0)