forked from pool/python-cassandra-driver
14 lines
520 B
Diff
14 lines
520 B
Diff
|
|
Index: python-driver-3.29.1/tests/unit/io/test_libevreactor.py
|
||
|
|
===================================================================
|
||
|
|
--- python-driver-3.29.1.orig/tests/unit/io/test_libevreactor.py
|
||
|
|
+++ python-driver-3.29.1/tests/unit/io/test_libevreactor.py
|
||
|
|
@@ -24,7 +24,7 @@ from tests.unit.io.utils import ReactorT
|
||
|
|
try:
|
||
|
|
from cassandra.io.libevreactor import _cleanup as libev__cleanup
|
||
|
|
from cassandra.io.libevreactor import LibevConnection
|
||
|
|
-except ImportError:
|
||
|
|
+except:
|
||
|
|
LibevConnection = None # noqa
|
||
|
|
|
||
|
|
|