Updates testenv to py38 and removes RIZON_INTEGRATION_TESTS_CONFIG_FILE

Updates testenv to py38, as I think most developers
have python 3.8 installed on their environment.
And RIZON_INTEGRATION_TESTS_CONFIG_FILE variable is
also removed. According to codesearch it is not used
anywhere.

Change-Id: Id04ee718e9b1026f00c6d5db9d4db3914e23ba5f
This commit is contained in:
Dina Saparbaeva 2021-02-11 16:38:09 +00:00
parent 777bfd9be8
commit b09dc41a0b
1 changed files with 4 additions and 2 deletions

View File

@ -1,6 +1,6 @@
[tox]
minversion = 1.6
envlist = py37,pep8
envlist = py38,pep8
skipsdist = True
ignore_basepython_conflict = true
@ -21,13 +21,15 @@ setenv = DJANGO_SETTINGS_MODULE=manila_ui.tests.settings
[testenv:py37]
setenv = DJANGO_SETTINGS_MODULE=manila_ui.tests.settings
[testenv:py38]
setenv = DJANGO_SETTINGS_MODULE=manila_ui.tests.settings
[testenv:py3-dev]
setenv = DJANGO_SETTINGS_MODULE=manila_ui.tests.settings
commands =
pip install {env:HORIZON_REPO:git+https://opendev.org/openstack/horizon}
{[testenv]commands}
RIZON_INTEGRATION_TESTS_CONFIG_FILE=manila_ui/tests/integration/horizon.conf
[testenv:integration]
# Run integration tests only
passenv = AVCONV_INSTALLED