[openstack-dev] Tox deps issue trigger missing new packages installation

Xu, HongnaX hongnax.xu at intel.com
Thu Nov 15 09:26:44 UTC 2012


Hi all
  we run tox case in nova every morning in one machine, but this morning I found an error show that "ERROR: Failure: ImportError (No module named fixtures)", dig and the result seems tox issue or the special usage of tox in nova project.

In the file nova/tox.ini  line 16 and 17

deps = -r{toxinidir}/tools/pip-requires
               -r{toxinidir}/tools/test-requires

Tox will treat the files pip-requires and test-requires as packages or something else, it doesn't check the list in these two files, so any new package add to these two files will not be checked, either install.

Best Regards,
Hongna

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openstack.org/pipermail/openstack-dev/attachments/20121115/cba77aa7/attachment.html>


More information about the OpenStack-dev mailing list