commit 8e9adf129325bff5ce71633cc337f678aca78756 Author: likui Date: Fri Oct 9 18:13:58 2020 +0800 use py38 for functional tests we should test py38 by default. [1] https://governance.openstack.org/tc/reference/runtimes/wallaby.html Change-Id: Ib10a065105a740450e2c486a88b773b803847bd7 diff --git a/tox.ini b/tox.ini index e830f73..bc56636 100644 --- a/tox.ini +++ b/tox.ini @@ -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} diff --git a/zuul.d/project.yaml b/zuul.d/project.yaml index 9e5f5d6..45b304c 100644 --- a/zuul.d/project.yaml +++ b/zuul.d/project.yaml @@ -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