Merge "Ensure python versions" into stable/rocky

This commit is contained in:
Zuul 2020-02-10 02:30:52 +00:00 committed by Gerrit Code Review
commit 5b8f7548c5
1 changed files with 3 additions and 1 deletions

View File

@ -94,13 +94,13 @@ setenv =
commands = {[unit_tests]commands}
[testenv:py27integration]
basepython = python2.7
# Run integration tests only
passenv = AVCONV_INSTALLED
setenv =
PYTHONHASHSEED=0
INTEGRATION_TESTS=1
SELENIUM_HEADLESS=1
basepython = python2.7
commands = {envpython} {toxinidir}/manage.py test openstack_dashboard --settings=openstack_dashboard.test.settings --verbosity 2 --tag integration {posargs}
[testenv:npm]
@ -178,9 +178,11 @@ application-import-names = horizon,openstack_dashboard
local-check-factory = horizon.hacking.checks.factory
[testenv:bandit]
basepython = python2.7
commands = bandit -r horizon openstack_auth openstack_dashboard -n5 -x tests -ll
[testenv:bandit-baseline]
basepython = python2.7
envdir = {toxworkdir}/bandit
commands = bandit-baseline -r horizon openstack_auth openstack_dashboard -n5 -x tests -ii -ll