Merge "Updating python testing as per Yoga testing runtime"

This commit is contained in:
Zuul 2022-01-14 19:24:37 +00:00 committed by Gerrit Code Review
commit de9fa30774
3 changed files with 4 additions and 3 deletions

View File

@ -11,7 +11,7 @@
- job: - job:
name: horizon-cross-manila-ui-python name: horizon-cross-manila-ui-python
parent: openstack-tox-py38 parent: openstack-tox-py39
vars: vars:
zuul_work_dir: "{{ zuul.projects['opendev.org/openstack/manila-ui'].src_dir }}" zuul_work_dir: "{{ zuul.projects['opendev.org/openstack/manila-ui'].src_dir }}"
required-projects: required-projects:
@ -28,7 +28,7 @@
- job: - job:
name: horizon-cross-heat-dashboard-python name: horizon-cross-heat-dashboard-python
parent: openstack-tox-py38 parent: openstack-tox-py39
vars: vars:
zuul_work_dir: "{{ zuul.projects['opendev.org/openstack/heat-dashboard'].src_dir }}" zuul_work_dir: "{{ zuul.projects['opendev.org/openstack/heat-dashboard'].src_dir }}"
required-projects: required-projects:

View File

@ -21,6 +21,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
Topic :: Internet :: WWW/HTTP Topic :: Internet :: WWW/HTTP
[global] [global]

View File

@ -1,6 +1,6 @@
[tox] [tox]
minversion = 3.1 minversion = 3.1
envlist = pep8,py36,py38,releasenotes,npm,py3-dj32 envlist = pep8,py36,py39,releasenotes,npm,py3-dj32
skipsdist = True skipsdist = True
# Automatic envs (pyXX) will only use the python version appropriate to that # Automatic envs (pyXX) will only use the python version appropriate to that
# env and ignore basepython inherited from [testenv] if we set # env and ignore basepython inherited from [testenv] if we set