Merge "Migrate osc-tox-py3N-tips to Python 3.8"
This commit is contained in:
commit
6810414e45
@ -18,8 +18,8 @@
|
|||||||
zuul_work_dir: src/opendev.org/openstack/python-openstackclient
|
zuul_work_dir: src/opendev.org/openstack/python-openstackclient
|
||||||
|
|
||||||
- job:
|
- job:
|
||||||
name: osc-tox-py36-tips
|
name: osc-tox-py38-tips
|
||||||
parent: openstack-tox-py36
|
parent: openstack-tox-py38
|
||||||
description: |
|
description: |
|
||||||
Run unit tests for OpenStackClient with master branch of important libs.
|
Run unit tests for OpenStackClient with master branch of important libs.
|
||||||
|
|
||||||
@ -229,10 +229,10 @@
|
|||||||
name: osc-tox-unit-tips
|
name: osc-tox-unit-tips
|
||||||
check:
|
check:
|
||||||
jobs:
|
jobs:
|
||||||
- osc-tox-py36-tips
|
- osc-tox-py38-tips
|
||||||
gate:
|
gate:
|
||||||
jobs:
|
jobs:
|
||||||
- osc-tox-py36-tips
|
- osc-tox-py38-tips
|
||||||
|
|
||||||
- project:
|
- project:
|
||||||
templates:
|
templates:
|
||||||
|
@ -18,6 +18,7 @@ classifier =
|
|||||||
Programming Language :: Python :: 3.6
|
Programming Language :: Python :: 3.6
|
||||||
Programming Language :: Python :: 3.7
|
Programming Language :: Python :: 3.7
|
||||||
Programming Language :: Python :: 3.8
|
Programming Language :: Python :: 3.8
|
||||||
|
Programming Language :: Python :: 3.9
|
||||||
|
|
||||||
[files]
|
[files]
|
||||||
packages =
|
packages =
|
||||||
|
Loading…
x
Reference in New Issue
Block a user