
OpenStack is dropping the py2.7 support in ussuri cycle. Complete discussion & schedule can be found in - http://lists.openstack.org/pipermail/openstack-discuss/2019-October/010142.html - https://etherpad.openstack.org/p/drop-python2-support Ussuri Communtiy-wide goal: https://governance.openstack.org/tc/goals/selected/ussuri/drop-py27.html Increase requests lower requirement since oslo.config needs 2.18.0. Fix idna lower-constraint to satisfy requests. Change-Id: I753e09613b50e099060e2c85eb80d06d8b257858
22 lines
512 B
YAML
22 lines
512 B
YAML
- project:
|
|
templates:
|
|
- openstack-cover-jobs
|
|
- openstack-lower-constraints-jobs
|
|
- openstack-python3-ussuri-jobs
|
|
- publish-openstack-docs-pti
|
|
- check-requirements
|
|
check:
|
|
jobs:
|
|
- heat-translator-tox-py37-tp:
|
|
voting: false
|
|
|
|
- job:
|
|
name: heat-translator-tox-py37-tp
|
|
parent: openstack-tox-py37
|
|
description: |
|
|
Run tests for heat-translator project.
|
|
|
|
Uses tox with the ``py37-tp`` environment.
|
|
vars:
|
|
tox_envlist: py37-tp
|