summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGhanshyam Mann <gmann@ghanshyammann.com>2019-04-15 02:03:18 +0000
committerGhanshyam Mann <gmann@ghanshyammann.com>2019-04-15 02:03:35 +0000
commit489321ad86a5f21f7041545d6cf9c3d5d7a2f130 (patch)
tree61b967dac6d1a005382c7032bee9a4f53fec78d5
parent8d6161c432a03a7232550e7fb6eea0a29ef35b1d (diff)
downloadpython-troveclient-489321ad86a5f21f7041545d6cf9c3d5d7a2f130.tar.gz
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: Ib2b1297f75a245dbd2209f958a89a510bc62965c
-rw-r--r--.zuul.yaml1
-rw-r--r--setup.cfg1
-rw-r--r--tox.ini6
3 files changed, 1 insertions, 7 deletions
diff --git a/.zuul.yaml b/.zuul.yaml
index a6dbdce..7b2a0c3 100644
--- a/.zuul.yaml
+++ b/.zuul.yaml
@@ -3,7 +3,6 @@
- check-requirements
- openstack-lower-constraints-jobs
- openstack-python-jobs
- - openstack-python35-jobs
- openstack-python36-jobs
- openstackclient-plugin-jobs
- publish-openstack-docs-pti
diff --git a/setup.cfg b/setup.cfg
index aee5456..8c74f7e 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -16,7 +16,6 @@ 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]
diff --git a/tox.ini b/tox.ini
index d12381d..950ec33 100644
--- a/tox.ini
+++ b/tox.ini
@@ -1,7 +1,7 @@
# Python Trove Client
[tox]
-envlist = py36,py35,py27,pypy,pep8
+envlist = py36,py27,pypy,pep8
minversion = 2.0
skipsdist = True
@@ -31,10 +31,6 @@ commands = oslo_debug_helper -t troveclient/tests {posargs}
basepython = python2.7
commands = oslo_debug_helper -t troveclient/tests {posargs}
-[testenv:debug-py35]
-basepython = python3.5
-commands = oslo_debug_helper -t troveclient/tests {posargs}
-
[testenv:pep8]
basepython = python3
commands = flake8