X-Git-Url: https://review.fuel-infra.org/gitweb?a=blobdiff_plain;f=python-eventlet%2Ftests%2Fisolated%2Fpatcher_threading_join.py;h=2d428c40f02dca5af4a82aa4cf9b01642fcbb5b7;hb=refs%2Ftags%2Fmos-9.0;hp=4361f526d6df6f75ecf933df9cd7b3305978a0c9;hpb=358bd9258c2b6d2ee74de4dfd07a5123107abad4;p=packages%2Ftrusty%2Fpython-eventlet.git diff --git a/python-eventlet/tests/isolated/patcher_threading_join.py b/python-eventlet/tests/isolated/patcher_threading_join.py index 4361f52..2d428c4 100644 --- a/python-eventlet/tests/isolated/patcher_threading_join.py +++ b/python-eventlet/tests/isolated/patcher_threading_join.py @@ -1,11 +1,8 @@ # Issue #223: test threading.Thread.join with monkey-patching -import eventlet - -# no standard tests in this file, ignore __test__ = False - if __name__ == '__main__': + import eventlet eventlet.monkey_patch() import threading