diff --git a/test-requirements.txt b/test-requirements.txt index 8c617ba..27953e7 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -7,9 +7,6 @@ hacking>=0.8.0,<0.9 coverage nose nosexcover -openstack.nose_plugin nosehtmloutput -oslosphinx -sphinx>=1.1.2,<1.2 mock>=1.0 python-swiftclient diff --git a/tox.ini b/tox.ini index 59bf0de..763b3b0 100644 --- a/tox.ini +++ b/tox.ini @@ -8,12 +8,6 @@ usedevelop = True install_command = pip install --allow-external netifaces --allow-insecure netifaces -U {opts} {packages} whitelist_externals=bash setenv = VIRTUAL_ENV={envdir} - NOSE_WITH_OPENSTACK=1 - NOSE_OPENSTACK_COLOR=1 - NOSE_OPENSTACK_RED=0.05 - NOSE_OPENSTACK_YELLOW=0.025 - NOSE_OPENSTACK_SHOW_ELAPSED=1 - NOSE_OPENSTACK_STDOUT=1 NOSE_WITH_COVERAGE=1 NOSE_COVER_BRANCHES=1 NOSE_COVER_PACKAGE=swiftonfile