Merge "Updates testenv to py38 and removes RIZON_INTEGRATION_TESTS_CONFIG_FILE"

This commit is contained in:
Zuul 2021-02-12 22:22:01 +00:00 committed by Gerrit Code Review
commit ff2fd88b18
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