From b09dc41a0bb3ca7a04d20f2a44159e1b0e363854 Mon Sep 17 00:00:00 2001 From: Dina Saparbaeva Date: Thu, 11 Feb 2021 16:38:09 +0000 Subject: [PATCH] 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 --- tox.ini | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/tox.ini b/tox.ini index 3e19006c..e0ed585b 100644 --- a/tox.ini +++ b/tox.ini @@ -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