use py38 for functional tests

we should test py38 by default.

[1] https://governance.openstack.org/tc/reference/runtimes/wallaby.html

Change-Id: Ib10a065105a740450e2c486a88b773b803847bd7
This commit is contained in:
likui 2020-10-09 18:13:58 +08:00
parent 6b498bc23d
commit 8e9adf1293
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