From dc3e26ac19b927c50c10362a2fd6d07779d26984 Mon Sep 17 00:00:00 2001 From: Corey Bryant Date: Mon, 24 Jun 2019 14:52:33 -0400 Subject: [PATCH] Add Python 3 Train unit tests This is a mechanically generated patch to ensure unit testing is in place for all of the Tested Runtimes for Train. See the Train python3-updates goal document for details: https://governance.openstack.org/tc/goals/train/python3-updates.html Change-Id: I409d9e3db05eaf11ccaaaef8784d693f40687328 Story: #2005924 Task: #34213 --- setup.cfg | 16 +++++++++++----- zuul.d/project.yaml | 2 +- 2 files changed, 12 insertions(+), 6 deletions(-) diff --git a/setup.cfg b/setup.cfg index ad246ff6f..1344c04d1 100644 --- a/setup.cfg +++ b/setup.cfg @@ -8,11 +8,17 @@ home-page = https://docs.openstack.org/ironic-python-agent/ summary = Ironic Python Agent Ramdisk license = Apache-2 classifier = - Development Status :: 4 - Beta - Intended Audience :: Developers - License :: OSI Approved :: Apache Software License - Operating System :: OS Independent - Programming Language :: Python + Environment :: OpenStack + Intended Audience :: System Administrators + Intended Audience :: Information Technology + License :: OSI Approved :: Apache Software License + Operating System :: OS Independent + Programming Language :: Python + Programming Language :: Python :: 2 + Programming Language :: Python :: 2.7 + Programming Language :: Python :: 3 + Programming Language :: Python :: 3.6 + Programming Language :: Python :: 3.7 [files] packages = ironic_python_agent diff --git a/zuul.d/project.yaml b/zuul.d/project.yaml index eaa10a323..aee1a2b1b 100644 --- a/zuul.d/project.yaml +++ b/zuul.d/project.yaml @@ -1,7 +1,7 @@ - project: templates: - openstack-python-jobs - - openstack-python36-jobs + - openstack-python3-train-jobs - openstack-cover-jobs - publish-openstack-docs-pti - check-requirements