From ed62c618d21f718b891fb5d6b5b354c748919fe3 Mon Sep 17 00:00:00 2001 From: Ghanshyam Mann Date: Sun, 14 Apr 2019 22:31:01 +0000 Subject: [PATCH] Dropping the py35 testing All the integration testing has been moved to Bionic now[1] and py3.5 is not tested runtime for Train or stable/stein[2]. As per below ML thread, we are good to drop the py35 testing now: http://lists.openstack.org/pipermail/openstack-discuss/2019-April/005097.html [1] http://lists.openstack.org/pipermail/openstack-discuss/2019-April/004647.html [2] https://governance.openstack.org/tc/reference/runtimes/stein.html https://governance.openstack.org/tc/reference/runtimes/train.html Change-Id: I253435d809bb40cc5ca9f72dcb98a04be293e1a6 --- setup.cfg | 2 +- tox.ini | 7 ++++++- zuul.d/project.yaml | 5 ++--- 3 files changed, 9 insertions(+), 5 deletions(-) diff --git a/setup.cfg b/setup.cfg index 2a6cebe..0f0c37f 100644 --- a/setup.cfg +++ b/setup.cfg @@ -17,7 +17,7 @@ classifier = Programming Language :: Python :: 2 Programming Language :: Python :: 2.7 Programming Language :: Python :: 3 - Programming Language :: Python :: 3.5 + Programming Language :: Python :: 3.6 [files] packages = ironic_inspector_client diff --git a/tox.ini b/tox.ini index 1e38a9c..84ed772 100644 --- a/tox.ini +++ b/tox.ini @@ -27,13 +27,18 @@ deps = {[testenv]deps} commands = python -m ironic_inspector_client.test.functional -[testenv:functional-py35] +[testenv:functional-py3] basepython = python3 deps = {[testenv]deps} -r{toxinidir}/functest-requirements.txt commands = python -m ironic_inspector_client.test.functional +[testenv:functional-py36] +basepython = python3.6 +deps = {[testenv:functional-py3]deps} +commands = {[testenv:functional-py3]commands} + [testenv:func] # Replaced in CI with "functional" environment but kept here as a # backwards-compatibility shim for transition diff --git a/zuul.d/project.yaml b/zuul.d/project.yaml index a0fd40f..a7d1c96 100644 --- a/zuul.d/project.yaml +++ b/zuul.d/project.yaml @@ -1,7 +1,6 @@ - project: templates: - openstack-python-jobs - - openstack-python35-jobs - openstack-python36-jobs - openstack-python37-jobs - publish-openstack-docs-pti @@ -11,14 +10,14 @@ check: jobs: - openstack-tox-functional - - openstack-tox-functional-py35 + - openstack-tox-functional-py36 - python-ironic-inspector-client-tempest-python2 - python-ironic-inspector-client-tempest-python3 - openstack-tox-lower-constraints gate: jobs: - openstack-tox-functional - - openstack-tox-functional-py35 + - openstack-tox-functional-py36 - python-ironic-inspector-client-tempest-python2 - python-ironic-inspector-client-tempest-python3 - openstack-tox-lower-constraints