Skip to content

Commit a8309a2

Browse files
author
Ghanshyam Mann
committed
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: Ie7bcc327fd588a1ff6b2556d49017df56bc55bf8
1 parent 0f56b7d commit a8309a2

3 files changed

Lines changed: 5 additions & 7 deletions

File tree

.zuul.yaml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,8 @@
4040
zuul_work_dir: src/opendev.org/openstack/python-openstackclient
4141

4242
- job:
43-
name: osc-tox-py35-tips
44-
parent: openstack-tox-py35
43+
name: osc-tox-py36-tips
44+
parent: openstack-tox-py36
4545
description: |
4646
Run unit tests for OpenStackClient with master branch of important libs.
4747
@@ -180,11 +180,11 @@
180180
check:
181181
jobs:
182182
- osc-tox-py27-tips
183-
- osc-tox-py35-tips
183+
- osc-tox-py36-tips
184184
gate:
185185
jobs:
186186
- osc-tox-py27-tips
187-
- osc-tox-py35-tips
187+
- osc-tox-py36-tips
188188

189189
- project:
190190
templates:
@@ -193,7 +193,6 @@
193193
- openstack-cover-jobs
194194
- openstack-lower-constraints-jobs
195195
- openstack-python-jobs
196-
- openstack-python35-jobs
197196
- openstack-python36-jobs
198197
- openstack-python37-jobs
199198
- publish-openstack-docs-pti

setup.cfg

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ classifier =
1616
Programming Language :: Python :: 2
1717
Programming Language :: Python :: 2.7
1818
Programming Language :: Python :: 3
19-
Programming Language :: Python :: 3.5
2019
Programming Language :: Python :: 3.6
2120

2221
[files]

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tox]
22
minversion = 2.3
3-
envlist = py36,py35,py27,pep8
3+
envlist = py36,py27,pep8
44
skipdist = True
55

66
[testenv]

0 commit comments

Comments
 (0)