Thanks Doug. For others following this thread. The following creates and activates the tox virtual environment.
# Note: its --<space>notests not --notests $ tox -epy27 -- notests $ source .tox/py27/bin/activate (py27)$ openstack help -- http://ronaldbradford.com/blog/running-openstack-tests-with-tox-2015-04-28/ 01010010 01101111 01101110 01100001 01101100 01100100 00100000 01000010 01110010 01100001 01100100 01100110 01101111 01110010 01100100 *Ronald Bradford* MySQL Expert specializing in Performance Tuning, Scalability and High Availability Lead Author - Effective MySQL: Replication Techniques In Depth <http://effectivemysql.com/book/replication-techniques/> - 2012, Author - Effective MySQL: Backup and Recovery <http://effectivemysql.com/book/replication-techniques/> - 2012, Author - Effective MySQL: Optimizing SQL Statements <http://effectivemysql.com/book/optimizing-sql-statements/> - 2011, Co-author - Expert PHP and MySQL <http://expertphpandmysql.com/> - 2010 All-time top MySQL Blogger - 2011 <http://mysqlpreacher.com/wordpress/2011/01/mysql-community-blogging-%E2%80%93-planetmysql-part-2/> , Oracle ACE Director - 2010 <http://apex.oracle.com/pls/otn/f?p=19297:4:134763154226248::NO:4:P4_ID:1820> , MySQL Community Member of the Year - 2009 <http://www.mysql.com/why-mysql/awards/community-2009.html> Download Contact Details: http://effectivemysql.com/contact-details/ Web Site: http://ronaldbradford.com Linked In: http://www.linkedin.com/in/ronaldbradford Twitter: @RonaldBradford <http://twitter.com/ronaldbradford>, @MySQLExpert <http://twitter.com/MySQLExpert> Skype: RonaldBradford GTalk: Ronald.Bradford On Tue, Apr 28, 2015 at 10:44 AM, Doug Hellmann <[email protected]> wrote: > 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 > > __________________________________________________________________________ > OpenStack Development Mailing List (not for usage questions) > Unsubscribe: [email protected]?subject:unsubscribe > http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev >
__________________________________________________________________________ OpenStack Development Mailing List (not for usage questions) Unsubscribe: [email protected]?subject:unsubscribe http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev
