Commit 9f4569fd authored by Denis Bilenko's avatar Denis Bilenko

test__monkey.py: Windows fix

parent 5c4251ea
......@@ -15,6 +15,7 @@ from gevent import socket as gevent_socket
assert socket.create_connection is gevent_socket.create_connection
import os
assert 'built-in' not in repr(os.fork), repr(os.fork)
if hasattr(os, 'fork'):
assert 'built-in' not in repr(os.fork), repr(os.fork)
assert monkey.saved
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