From de2b8e88b0bfb2cfc2d3f7d591d0bfc46a71d76e Mon Sep 17 00:00:00 2001 From: Feilong Wang Date: Wed, 18 Mar 2020 13:09:15 +1300 Subject: [PATCH] Drop py27 tests Task: 39089 Story: 2007437 Change-Id: I3d311f457307a75a3e9167768ae5e0c1d47d9566 --- .zuul.yaml | 4 ++-- setup.cfg | 1 - tox.ini | 6 +----- 3 files changed, 3 insertions(+), 8 deletions(-) diff --git a/.zuul.yaml b/.zuul.yaml index 612facb9..c946e340 100644 --- a/.zuul.yaml +++ b/.zuul.yaml @@ -1,9 +1,9 @@ - project: templates: - check-requirements + - openstack-cover-jobs - openstack-lower-constraints-jobs - - openstack-python-jobs - - openstack-python3-train-jobs + - openstack-python3-ussuri-jobs - publish-openstack-docs-pti check: jobs: diff --git a/setup.cfg b/setup.cfg index 860e210c..fe3e0f8e 100644 --- a/setup.cfg +++ b/setup.cfg @@ -14,7 +14,6 @@ classifier = Operating System :: POSIX :: Linux Programming Language :: Python Programming Language :: Python :: 2 - Programming Language :: Python :: 2.7 Programming Language :: Python :: 3 Programming Language :: Python :: 3.6 Programming Language :: Python :: 3.7 diff --git a/tox.ini b/tox.ini index 8b070d59..44d8d60c 100644 --- a/tox.ini +++ b/tox.ini @@ -1,6 +1,6 @@ [tox] minversion = 2.0 -envlist = py27,py37,pypy,pep8 +envlist = py37,pypy,pep8 skipsdist = True [testenv] @@ -37,10 +37,6 @@ deps = basepython = python3 commands = oslo_debug_helper -t magnumclient/tests {posargs} -[testenv:debug-py27] -basepython = python2.7 -commands = oslo_debug_helper -t magnumclient/tests {posargs} - [testenv:pep8] basepython = python3 commands =