diff --git a/test-requirements.txt b/test-requirements.txt index c93c9b2..3395f41 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -9,16 +9,10 @@ # Hacking should appear first in case something else depends on pep8 hacking<0.11,>=0.10.2 # Apache-2.0 coverage!=4.4,>=4.0 # Apache-2.0 -django-nose>=1.4.4 # BSD docutils>=0.11 # OSI-Approved Open Source, Public Domain mock>=2.0.0 # BSD mox3>=0.20.0 # Apache-2.0 nodeenv>=0.9.4 # BSD -nose>=1.3.7 # LGPL -nose-exclude>=0.3.0 # LGPL -nosehtmloutput>=0.0.3 # Apache-2.0 -nosexcover>=1.0.10 # BSD -openstack.nose-plugin>=0.7 # Apache-2.0 oslosphinx>=4.7.0 # Apache-2.0 selenium>=2.50.1 # Apache-2.0 sphinx!=1.6.6,!=1.6.7,>=1.6.2 # BSD diff --git a/tox.ini b/tox.ini index 60c7d0e..84aee49 100644 --- a/tox.ini +++ b/tox.ini @@ -7,11 +7,6 @@ skipsdist = True usedevelop = True install_command = pip install -c{env:UPPER_CONSTRAINTS_FILE:https://git.openstack.org/cgit/openstack/requirements/plain/upper-constraints.txt} {opts} {packages} 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 # Note the hash seed is set to 0 until horizon can be tested with a # random hash seed successfully. PYTHONHASHSEED=0