Comment 4 for bug 1848239

Revision history for this message
Mark McClain (markmcclain) wrote :

I've tried to replicate the error on a fresh 18.04 (Bionic) VM, but I have yet to duplicate the error.

The master branch can sometimes fail when the wrong version of Neutron is installed by tox. When run under the Opendev infrastructure, Zuul magically ensures the correct Neutron requirement when running tests. When locally, the tests must be invoked differently:

tox -e py3-dev
tox -e pep8-dev

NOTE: using 'tox -e py3' will pull the latest Neutron from PyPI which yesterday was stable/stein and today is stable/train and could result in bad test results.