forked from pool/python-cassandra-driver
OBS-URL: https://build.opensuse.org/request/show/1167808 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-cassandra-driver?expand=0&rev=59
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
|
|
|
|
|