Merge "use py38 for functional tests"

This commit is contained in:
Zuul 2020-10-15 13:41:16 +00:00 committed by Gerrit Code Review
commit 4467362948
2 changed files with 4 additions and 4 deletions

View File

@ -1,6 +1,6 @@
[tox]
minversion = 3.2.1
envlist = py3,pep8,functional-py36
envlist = py3,pep8,functional-py38
ignore_basepython_conflict=true
[testenv]
@ -46,7 +46,7 @@ commands =
flake8 ironic_inspector
doc8 -e .rst -e .inc README.rst CONTRIBUTING.rst doc/source api-ref/source
[testenv:functional-py36]
[testenv:functional-py38]
commands =
python3 -m ironic_inspector.test.functional {posargs}

View File

@ -12,7 +12,7 @@
- ironic-inspector-tempest
- ironic-inspector-tempest-discovery
- ironic-inspector-tempest-managed-non-standalone
- openstack-tox-functional-py36
- openstack-tox-functional-py38
- bifrost-integration-tinyipa-ubuntu-bionic:
voting: false
- ironic-inspector-tox-bandit:
@ -24,4 +24,4 @@
- ironic-inspector-tempest
- ironic-inspector-tempest-discovery
- ironic-inspector-tempest-managed-non-standalone
- openstack-tox-functional-py36
- openstack-tox-functional-py38