Merge "Stop supporting python2"

This commit is contained in:
Zuul 2019-12-17 22:59:53 +00:00 committed by Gerrit Code Review
commit b995fd3890
4 changed files with 4 additions and 6 deletions

View File

@ -391,7 +391,6 @@
templates:
- check-requirements
- openstack-lower-constraints-jobs
- openstack-python-jobs
- openstack-python3-ussuri-jobs
- openstacksdk-functional-tips
- openstacksdk-tox-tips
@ -414,7 +413,6 @@
voting: false
- openstacksdk-functional-devstack-ironic:
voting: false
- openstacksdk-functional-devstack-python2
- osc-functional-devstack-tips:
voting: false
- nodepool-functional-openstack-src
@ -428,7 +426,6 @@
gate:
jobs:
- openstacksdk-functional-devstack
- openstacksdk-functional-devstack-python2
- openstacksdk-functional-devstack-networking
- openstacksdk-functional-devstack-senlin
- nodepool-functional-openstack-src

View File

@ -0,0 +1,3 @@
---
prelude: >
As of this release, python v2 is neither tested nor supported.

View File

@ -13,8 +13,6 @@ classifier =
License :: OSI Approved :: Apache Software License
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

View File

@ -1,6 +1,6 @@
[tox]
minversion = 3.1
envlist = pep8,py27,py37
envlist = pep8,py37
skipsdist = True
ignore_basepython_conflict = True