2c329605f7
... because Python 3.7 is no longer tested. Python 3.10 is selected from the supported runtime versions because it's the default python version in Ubuntu Jammy. This also fixes a few problems causing failure in the test. Change-Id: Ida855a8438fe980998240c5f09cf7826b9ca78dc
21 lines
468 B
YAML
21 lines
468 B
YAML
- project:
|
|
templates:
|
|
- openstack-cover-jobs
|
|
- openstack-python3-jobs
|
|
- publish-openstack-docs-pti
|
|
- check-requirements
|
|
check:
|
|
jobs:
|
|
- heat-translator-tox-py37-tp:
|
|
voting: false
|
|
|
|
- job:
|
|
name: heat-translator-tox-py310-tp
|
|
parent: openstack-tox-py310
|
|
description: |
|
|
Run tests for heat-translator project.
|
|
|
|
Uses tox with the ``py310-tp`` environment.
|
|
vars:
|
|
tox_envlist: py310-tp
|