The 2.5.0 release had an issue where, during installation, the basho-erlastic module attempted to load a module that then loaded six, which is not present in a clean environment.
The integration tests should start from a clean virtualenv on each run. Or, tox.ini could be updated to not install six (maybe).
The
2.5.0release had an issue where, during installation, thebasho-erlasticmodule attempted to load a module that then loadedsix, which is not present in a clean environment.The integration tests should start from a clean virtualenv on each run. Or,
tox.inicould be updated to not installsix(maybe).