Due to constraints update(rpds-py) in requirements, Tempest master stopped working on python 3.10. - https://review.opendev.org/c/openstack/requirements/+/990790 Due to same reason, Tempest needs to drop the python 3.10 support[1]. Because Tempest master cannot support py3.10 anymore, it needs to be dropped from tempest plugins also. [1] https://review.opendev.org/c/openstack/tempest/+/991161 Change-Id: Ibcaab7d27e2b6106c3769e17f4f1654f43e2ea97 Signed-off-by: Ghanshyam Maan <gmaan.os14@gmail.com>
29 lines
885 B
INI
29 lines
885 B
INI
[metadata]
|
|
name = ironic-tempest-plugin
|
|
summary = Tempest plugin for ironic and ironic-inspector
|
|
description_file =
|
|
README.rst
|
|
author = OpenStack
|
|
author_email = openstack-discuss@lists.openstack.org
|
|
home_page = https://docs.openstack.org/ironic-tempest-plugin/latest/
|
|
python_requires = >=3.11
|
|
classifier =
|
|
Environment :: OpenStack
|
|
Intended Audience :: Information Technology
|
|
Intended Audience :: System Administrators
|
|
License :: OSI Approved :: Apache Software License
|
|
Operating System :: POSIX :: Linux
|
|
Programming Language :: Python
|
|
Programming Language :: Python :: 3
|
|
Programming Language :: Python :: 3.11
|
|
Programming Language :: Python :: 3.12
|
|
Programming Language :: Python :: 3.13
|
|
|
|
[files]
|
|
packages =
|
|
ironic_tempest_plugin
|
|
|
|
[entry_points]
|
|
tempest.test_plugins =
|
|
ironic_tests = ironic_tempest_plugin.plugin:IronicTempestPlugin
|