Commit 50c8cf78 authored by Denis Bilenko's avatar Denis Bilenko

test__monkey.py: remove unnecessary argument from patch_all()

parent 42ff6d5c
from gevent import monkey
monkey.patch_all(thread=True)
monkey.patch_all()
import time
assert 'built-in' not in repr(time.sleep), repr(time.sleep)
......
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