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
This commit is contained in:
Ghanshyam Mann 2019-04-14 22:31:01 +00:00 committed by Dmitry Tantsur
parent d04505b4d3
commit ed62c618d2
3 changed files with 9 additions and 5 deletions

View File

@ -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

View File

@ -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

View File

@ -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