Add support for py39

- Use version agnostic "py" inside tox default envs
- Enable py39 testing jobs (new template contains them)
- Address deprecation warning in setup.cfg regarding use of dashes
  instead of underlines (avoid future breakage with setuptools)

Change-Id: I26be50e029393e01db6718a21ac67d669ccd2e0c
This commit is contained in:
Sorin Sbarnea 2021-03-16 13:41:20 +00:00 committed by Sorin Sbârnea
parent d80d8ab57b
commit 727d1656df
3 changed files with 4 additions and 4 deletions

View File

@ -1,12 +1,12 @@
[metadata] [metadata]
name = tripleo-heat-templates name = tripleo-heat-templates
summary = Heat templates for deploying OpenStack with OpenStack. summary = Heat templates for deploying OpenStack with OpenStack.
description-file = description_file =
README.rst README.rst
author = OpenStack author = OpenStack
author_email = openstack-discuss@lists.openstack.org author_email = openstack-discuss@lists.openstack.org
license = Apache License (2.0) license = Apache License (2.0)
home-page = https://opendev.org/openstack/tripleo-heat-templates home_page = https://opendev.org/openstack/tripleo-heat-templates
classifier = classifier =
Environment :: OpenStack Environment :: OpenStack
Development Status :: 3 - Alpha Development Status :: 3 - Alpha

View File

@ -1,7 +1,7 @@
[tox] [tox]
minversion = 2.0 minversion = 2.0
skipsdist = True skipsdist = True
envlist = pep8,py37,tht envlist = pep8,py,tht
[testenv] [testenv]
basepython = python3 basepython = python3

View File

@ -5,7 +5,7 @@
- check-requirements - check-requirements
- release-notes-jobs-python3 - release-notes-jobs-python3
- tripleo-standalone-scenarios-pipeline - tripleo-standalone-scenarios-pipeline
- openstack-python3-victoria-jobs - openstack-python3-wallaby-jobs
- tripleo-standalone-multinode-ipa-pipeline - tripleo-standalone-multinode-ipa-pipeline
- tripleo-upgrades-master-pipeline - tripleo-upgrades-master-pipeline
check: check: