Update python testing as per zed cycle testing runtime
In Zed cycle, we have dropped the python 3.6/3.7[1] testing and its support. Add release notes and update the python classifier for the same. [1] https://governance.openstack.org/tc/reference/runtimes/zed.html Co-Authored-By: Ghanshyam Mann <gmann@ghanshyammann.com> Change-Id: I998b34f884a2869d46ff05a179708a7f775e1615
This commit is contained in:
parent
03d567928e
commit
d013b37066
@ -15,8 +15,6 @@
|
|||||||
- release-notes-jobs-python3
|
- release-notes-jobs-python3
|
||||||
check:
|
check:
|
||||||
jobs:
|
jobs:
|
||||||
- openstack-tox-functional-py36
|
|
||||||
- openstack-tox-functional-py37
|
|
||||||
- openstack-tox-functional-py38
|
- openstack-tox-functional-py38
|
||||||
- openstack-tox-functional-py39
|
- openstack-tox-functional-py39
|
||||||
- openstack-tox-pep8
|
- openstack-tox-pep8
|
||||||
@ -48,8 +46,6 @@
|
|||||||
irrelevant-files: *gate-irrelevant-files
|
irrelevant-files: *gate-irrelevant-files
|
||||||
gate:
|
gate:
|
||||||
jobs:
|
jobs:
|
||||||
- openstack-tox-functional-py36
|
|
||||||
- openstack-tox-functional-py37
|
|
||||||
- openstack-tox-functional-py38
|
- openstack-tox-functional-py38
|
||||||
- openstack-tox-functional-py39
|
- openstack-tox-functional-py39
|
||||||
- openstack-tox-pep8
|
- openstack-tox-pep8
|
||||||
|
@ -0,0 +1,5 @@
|
|||||||
|
---
|
||||||
|
upgrade:
|
||||||
|
- |
|
||||||
|
Python 3.6 & 3.7 support has been dropped. The minimum version of Python now
|
||||||
|
supported is Python 3.8.
|
@ -12,7 +12,7 @@ project_urls =
|
|||||||
API Reference = https://docs.openstack.org/api-ref/placement/
|
API Reference = https://docs.openstack.org/api-ref/placement/
|
||||||
Source Code = https://opendev.org/openstack/placement
|
Source Code = https://opendev.org/openstack/placement
|
||||||
Release Notes = https://docs.openstack.org/releasenotes/placement/
|
Release Notes = https://docs.openstack.org/releasenotes/placement/
|
||||||
python_requires = >=3.6
|
python_requires = >=3.8
|
||||||
classifier =
|
classifier =
|
||||||
Development Status :: 5 - Production/Stable
|
Development Status :: 5 - Production/Stable
|
||||||
Environment :: OpenStack
|
Environment :: OpenStack
|
||||||
@ -24,8 +24,6 @@ classifier =
|
|||||||
Programming Language :: Python :: Implementation :: CPython
|
Programming Language :: Python :: Implementation :: CPython
|
||||||
Programming Language :: Python :: 3 :: Only
|
Programming Language :: Python :: 3 :: Only
|
||||||
Programming Language :: Python :: 3
|
Programming Language :: Python :: 3
|
||||||
Programming Language :: Python :: 3.6
|
|
||||||
Programming Language :: Python :: 3.7
|
|
||||||
Programming Language :: Python :: 3.8
|
Programming Language :: Python :: 3.8
|
||||||
Programming Language :: Python :: 3.9
|
Programming Language :: Python :: 3.9
|
||||||
|
|
||||||
|
10
tox.ini
10
tox.ini
@ -39,16 +39,6 @@ passenv =
|
|||||||
commands =
|
commands =
|
||||||
stestr --test-path=./placement/tests/functional run {posargs}
|
stestr --test-path=./placement/tests/functional run {posargs}
|
||||||
|
|
||||||
[testenv:functional-py36]
|
|
||||||
envdir = {toxworkdir}/py36
|
|
||||||
commands =
|
|
||||||
{[testenv:functional]commands}
|
|
||||||
|
|
||||||
[testenv:functional-py37]
|
|
||||||
envdir = {toxworkdir}/py37
|
|
||||||
commands =
|
|
||||||
{[testenv:functional]commands}
|
|
||||||
|
|
||||||
[testenv:functional-py38]
|
[testenv:functional-py38]
|
||||||
envdir = {toxworkdir}/py38
|
envdir = {toxworkdir}/py38
|
||||||
commands =
|
commands =
|
||||||
|
Loading…
Reference in New Issue
Block a user