I did notice that the tests in test_client_distkv.py were already failing. Though I made no attempt to fix those, that whole file does get skipped if distkv is not available, leading to a successful test run.
Side note: AFAICT, distmqtt works under Python 3.8, but I did not take the liberty of adding that classifier in setup.py.
Fixes #2
A bit more than the three lines you estimated. :P
I did notice that the tests in
test_client_distkv.py
were already failing. Though I made no attempt to fix those, that whole file does get skipped ifdistkv
is not available, leading to a successful test run.Side note: AFAICT, distmqtt works under Python 3.8, but I did not take the liberty of adding that classifier in
setup.py
.