X-Git-Url: https://review.fuel-infra.org/gitweb?a=blobdiff_plain;f=python-eventlet%2Ftests%2Fisolated%2Fpatcher_threading_condition.py;h=63903312efbc83ac7bccb9d3025716961466ad57;hb=refs%2Ftags%2Fmos-9.0;hp=5bce0f2a892ae2bd190b496fb4716af8a60fb249;hpb=358bd9258c2b6d2ee74de4dfd07a5123107abad4;p=packages%2Ftrusty%2Fpython-eventlet.git diff --git a/python-eventlet/tests/isolated/patcher_threading_condition.py b/python-eventlet/tests/isolated/patcher_threading_condition.py index 5bce0f2..6390331 100644 --- a/python-eventlet/tests/isolated/patcher_threading_condition.py +++ b/python-eventlet/tests/isolated/patcher_threading_condition.py @@ -1,11 +1,8 @@ # Issue #185: test threading.Condition with monkey-patching -import eventlet - -# no standard tests in this file, ignore __test__ = False - if __name__ == '__main__': + import eventlet eventlet.monkey_patch() import threading