diff --git a/tox.ini b/tox.ini index 2a172ffe..00fdf963 100644 --- a/tox.ini +++ b/tox.ini @@ -6,13 +6,7 @@ ignore_basepython_conflict=true [testenv] usedevelop = True basepython = python3 -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 - DJANGO_SETTINGS_MODULE=ironic_ui.test.settings +setenv = DJANGO_SETTINGS_MODULE=ironic_ui.test.settings deps = -c{env:TOX_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/master} -r{toxinidir}/requirements.txt -r{toxinidir}/test-requirements.txt @@ -109,4 +103,4 @@ deps = codespell # note(JayF): {posargs} lets us run `tox -ecodespell -- -w` to get codespell # to correct spelling issues in our code it's aware of. commands = - codespell {posargs} \ No newline at end of file + codespell {posargs}