jaysonsantos / python-binary-memcached

A pure python module (thread safe) to access memcached via it's binary protocol with SASL auth support.
MIT License
164 stars 57 forks source link

unit tests aren't successful #250

Open coreycb opened 2 years ago

coreycb commented 2 years ago

Hi, I'm working on the Ubuntu package and we need to get unit tests to run successfully in order to get the package into main. They don't seem to run successfully on the upstream source however. I tried on Ubuntu kinetic (tox -e py10) and Ubuntu Focal (tox -e py38) but no luck. I'll keep trying but in the mean time do I need to do anything else? Thanks!

jaysonsantos commented 2 years ago

Hi there, could you share the output of it? For the full suite to work, memcached has to be compiled with sasl support.