Drop python 2.7 support and testing

Ussuri Communtiy-wide goal:
https://governance.openstack.org/tc/goals/selected/ussuri/drop-py27.html

Change-Id: I32d5dc317b821dee4a625506f227a8f5bfaaecfc
This commit is contained in:
pengyuesheng 2019-12-27 15:56:39 +08:00
parent 70cef7f849
commit e2275f2ea4
3 changed files with 2 additions and 10 deletions

View File

@ -2,7 +2,6 @@
templates: templates:
- check-requirements - check-requirements
- release-notes-jobs-python3 - release-notes-jobs-python3
- openstack-python-jobs
- openstack-python3-ussuri-jobs - openstack-python3-ussuri-jobs
- publish-openstack-docs-pti - publish-openstack-docs-pti
- openstack-lower-constraints-jobs - openstack-lower-constraints-jobs

View File

@ -13,8 +13,6 @@ classifier =
License :: OSI Approved :: Apache Software License License :: OSI Approved :: Apache Software License
Operating System :: POSIX :: Linux Operating System :: POSIX :: Linux
Programming Language :: Python Programming Language :: Python
Programming Language :: Python :: 2
Programming Language :: Python :: 2.7
Programming Language :: Python :: 3 Programming Language :: Python :: 3
Programming Language :: Python :: 3.6 Programming Language :: Python :: 3.6
Programming Language :: Python :: 3.7 Programming Language :: Python :: 3.7

View File

@ -1,9 +1,10 @@
[tox] [tox]
minversion = 2.0 minversion = 2.0
envlist = py27,py37,pep8 envlist = py37,pep8
skipsdist = True skipsdist = True
[testenv] [testenv]
basepython = python3
usedevelop = True usedevelop = True
install_command = pip install {opts} {packages} install_command = pip install {opts} {packages}
# Install also sitemap scraping tool, not installed by default # Install also sitemap scraping tool, not installed by default
@ -15,7 +16,6 @@ deps = scrapy>=1.0.0
commands = stestr run --slowest {posargs} commands = stestr run --slowest {posargs}
[testenv:pep8] [testenv:pep8]
basepython = python3
commands = commands =
flake8 flake8
# Run doc8 to check .rst and .txt files. # Run doc8 to check .rst and .txt files.
@ -27,7 +27,6 @@ commands =
bashate bin/doc-tools-check-languages bin/doc-tools-build-rst bashate bin/doc-tools-check-languages bin/doc-tools-build-rst
[testenv:releasenotes] [testenv:releasenotes]
basepython = python3
commands = commands =
sphinx-build -a -E -W -d releasenotes/build/doctrees --keep-going -b html releasenotes/source releasenotes/build/html sphinx-build -a -E -W -d releasenotes/build/doctrees --keep-going -b html releasenotes/source releasenotes/build/html
@ -35,11 +34,9 @@ commands =
# commands = functional test command goes here # commands = functional test command goes here
[testenv:venv] [testenv:venv]
basepython = python3
commands = {posargs} commands = {posargs}
[testenv:docs] [testenv:docs]
basepython = python3
commands = commands =
sphinx-build -W --keep-going -b html -d doc/build/doctrees doc/source doc/build/html sphinx-build -W --keep-going -b html -d doc/build/doctrees doc/source doc/build/html
@ -50,7 +47,6 @@ commands =
# separately, outside of the requirements files, and develop mode disabled # separately, outside of the requirements files, and develop mode disabled
# explicitly to avoid unnecessarily installing the checked-out repo too (this # explicitly to avoid unnecessarily installing the checked-out repo too (this
# further relies on "tox.skipsdist = True" above). # further relies on "tox.skipsdist = True" above).
basepython = python3
deps = bindep deps = bindep
commands = bindep test commands = bindep test
usedevelop = False usedevelop = False
@ -64,7 +60,6 @@ max-complexity=29
ignore = H101 ignore = H101
[testenv:lower-constraints] [testenv:lower-constraints]
basepython = python3
# Install also sitemap scraping tool, not installed by default # Install also sitemap scraping tool, not installed by default
# therefore not in requirements file # therefore not in requirements file
deps = deps =