Commit ba2223eb authored by Jason Madden's avatar Jason Madden

Just in case, add explicit get_hub() to be sure we are initialized and libuv is active.

parent 315416d5
......@@ -190,6 +190,9 @@ class TestTextMode(unittest.TestCase):
# See https://github.com/gevent/gevent/issues/1282
# libuv 1.x interferes with the default line mode on
# Windows.
# First, make sure we initialize gevent
gevent.get_hub()
fileno, path = tempfile.mkstemp('.gevent.test__fileobject.test_default')
self.addCleanup(os.remove, path)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment