[openstack-dev] Navigating the ever changing OpenStack codebase

Doug Hellmann doug at doughellmann.com
Tue Apr 28 14:44:59 UTC 2015


Excerpts from Kevin L. Mitchell's message of 2015-04-27 17:38:25 -0500:
> On Mon, 2015-04-27 at 21:42 +0000, Jeremy Stanley wrote:
> > I consider it an unfortunate oversight that those files weren't
> > deleted a very, very long time ago.
> 
> Unfortunately, there's one problem with that: you can't tell tox to use
> a virtualenv that you've built.  We need this capability at present, so
> we have to run tests using run_tests.sh instead of tox :(  I have an
> issue open on tox to address this need, but haven't seen any movement on
> that; so until then, I have to oppose the removal of run_tests.sh…
> despite how much *I'd* like to see it bite the dust!

I had a similar requirement at one point and was able to use "tox
--notests" to create the virtualenv, then modify it to add the tools I
wanted, then run "tox" again to run the tests.

Doug



More information about the OpenStack-dev mailing list