From 2ddd028c6e5aa51c76521eec89380504fc8f3f62 Mon Sep 17 00:00:00 2001 From: Ghanshyam Mann Date: Mon, 22 Apr 2019 23:08:27 +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: I41c1f2b620a06298a0976d3f52faf65d74d78cae --- .zuul.yaml | 1 - tox.ini | 6 ------ 2 files changed, 7 deletions(-) diff --git a/.zuul.yaml b/.zuul.yaml index 310491af..c5652cf9 100644 --- a/.zuul.yaml +++ b/.zuul.yaml @@ -3,6 +3,5 @@ - check-requirements - openstack-lower-constraints-jobs - openstack-python-jobs - - openstack-python35-jobs - openstack-python36-jobs - periodic-stable-jobs diff --git a/tox.ini b/tox.ini index b8168d36..7441bded 100644 --- a/tox.ini +++ b/tox.ini @@ -35,12 +35,6 @@ commands = stestr run {posargs} stestr slowest -[testenv:py35] -commands = - {[testenv]commands} - stestr run {posargs} - stestr slowest - [testenv:py36] commands = {[testenv]commands}