diff options
Diffstat (limited to 'tests/zmq_test.py')
| -rw-r--r-- | tests/zmq_test.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/zmq_test.py b/tests/zmq_test.py index 601878f..634b785 100644 --- a/tests/zmq_test.py +++ b/tests/zmq_test.py @@ -16,7 +16,7 @@ def zmq_supported(_): import zmq except ImportError: return False - return not tests.using_pyevent(_) + return True class TestUpstreamDownStream(tests.LimitedTestCase): |
