From 47244edbc5822bc78e301d1af9f3e2923905dc92 Mon Sep 17 00:00:00 2001 From: Vishakha Agarwal Date: Wed, 5 Feb 2020 11:29:25 +0530 Subject: [PATCH] Drop py3.5 from tempest plugins As per the community goal drop python2.7 [1], tempest is dropping py3.5 and asked to drop from its plugins too. [1]lists.openstack.org/pipermail/openstack-discuss/2020-February/012310.html Change-Id: I40d40c58a77c58533da543d59cdb4549a1d20d45 --- setup.cfg | 1 - tox.ini | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/setup.cfg b/setup.cfg index 2ec520f..82246c6 100644 --- a/setup.cfg +++ b/setup.cfg @@ -14,7 +14,6 @@ classifier = Operating System :: POSIX :: Linux Programming Language :: Python Programming Language :: Python :: 3 - Programming Language :: Python :: 3.5 Programming Language :: Python :: 3.6 Programming Language :: Python :: 3.7 diff --git a/tox.ini b/tox.ini index 3a014bc..ecc7ddf 100644 --- a/tox.ini +++ b/tox.ini @@ -1,6 +1,6 @@ [tox] minversion = 3.1.1 -envlist = py35,py36,pypy,pep8 +envlist = py36,pypy,pep8 skipsdist = True ignore_basepython_conflict = True