4c0ef9b09e
Using the import of impl_zmq to decide whether to skip tests is unsafe as if something breaks in the import, then the tests are skipped, potentially hiding a bug. Switch to using the import of the zmq package itself to decide whether tests should be executed or not; this should cover the currently unsupported Python3 test coverage. Change-Id: I7d65506845b039f5e2be4c460bede977122deca9 |
||
---|---|---|
.. | ||
drivers | ||
notify | ||
rpc | ||
__init__.py | ||
test_amqp_driver.py | ||
test_exception_serialization.py | ||
test_expected_exceptions.py | ||
test_target.py | ||
test_transport.py | ||
test_urls.py | ||
test_utils.py | ||
test_warning.py |