summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.zuul.yaml10
-rw-r--r--setup.cfg2
-rw-r--r--tox.ini2
3 files changed, 1 insertions, 13 deletions
diff --git a/.zuul.yaml b/.zuul.yaml
index c7a3621ba..ccae7995b 100644
--- a/.zuul.yaml
+++ b/.zuul.yaml
@@ -88,13 +88,6 @@
vars: *base_vars
- job:
- name: horizon-dsvm-tempest-plugin-py27
- parent: horizon-dsvm-tempest-plugin
- vars:
- devstack_localrc:
- USE_PYTHON3: false
-
-- job:
# Security testing for known issues
name: horizon-tox-bandit-baseline
parent: openstack-tox
@@ -174,7 +167,6 @@
- horizon-nodejs10-jobs
- horizon-non-primary-django-jobs
- openstack-lower-constraints-jobs
- - openstack-python-jobs
- openstack-python3-ussuri-jobs
- periodic-stable-jobs
- publish-openstack-docs-pti
@@ -184,14 +176,12 @@
- horizon-selenium-headless
- horizon-integration-tests
- horizon-dsvm-tempest-plugin
- - horizon-dsvm-tempest-plugin-py27
- horizon-tox-bandit-baseline
- horizon-tempest-plugin-ipv6
gate:
queue: horizon
jobs:
- horizon-dsvm-tempest-plugin
- - horizon-dsvm-tempest-plugin-py27
- horizon-selenium-headless
- horizon-integration-tests
- horizon-tempest-plugin-ipv6
diff --git a/setup.cfg b/setup.cfg
index d14f46b4b..e112c44d3 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -17,8 +17,6 @@ classifier =
Operating System :: OS Independent
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 54a8452a5..5da8e7ed5 100644
--- a/tox.ini
+++ b/tox.ini
@@ -1,6 +1,6 @@
[tox]
minversion = 3.1
-envlist = pep8,py27,py36,py37,py3-dj{111,21,22},releasenotes,npm
+envlist = pep8,py36,py37,py3-dj{111,21,22},releasenotes,npm
skipsdist = True
# Automatic envs (pyXX) will only use the python version appropriate to that
# env and ignore basepython inherited from [testenv] if we set