Skip to content

Commit feb649d

Browse files
committed
Remove explicit IOLoop.make_current in utils_test
Tornado 4.2 add an optional keyword to IOLoop(make_current=False) Tornado 6.3 changes that to make_current=True so the default behavior is to install the loop as the current thread's loop.
1 parent 1220b7c commit feb649d

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

streamz/utils_test.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,6 @@ def double(x):
4545
def pristine_loop():
4646
IOLoop.clear_current()
4747
loop = IOLoop()
48-
loop.make_current()
4948
try:
5049
yield loop
5150
finally:

0 commit comments

Comments
 (0)