heat-translator/.zuul.yaml
Takashi Kajinami 2c329605f7 Use python 3.10 in unit tests with latest tosca-parser
... 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
2024-06-10 10:37:24 +09:00

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