8 Commits

Author SHA1 Message Date
Takashi Kajinami
f1fd86805e Remove Python 3.8 support
Tempest is now removing Python 3.8 support from master[1]. So drop
the same from this plugin.

[1] https://lists.openstack.org/archives/list/openstack-discuss@lists.openstack.org/thread/FOWV4UQZTH4DPDA67QDEROAESYU5Z3LE/

Change-Id: Ieec4772eaa3701a0b636d7af8d800055314d5c9c
2024-10-27 03:15:57 +09:00
Takashi Kajinami
84e08ea472 Prohibit installation in Python < 3.8
... and add Python 3.12 which is currently tested.

Change-Id: I4326d708510996e13e5f71f162812e00a217e868
2024-10-25 00:41:00 +09:00
Ghanshyam Mann
d5149660dc Update python classifier in setup.cfg
As per the current release tested runtime, we test
till python 3.11 so updating the same in python
classifier in setup.cfg

Change-Id: I7e0809ce82168d8af5b04c3d5aa98c4abc2ed68d
2024-01-03 20:24:21 -08:00
Andreas Jaeger
4195ae11b2 Cleanup py27 support
This repo is now testing only with Python 3, so let's make
a few cleanups:
- Remove py2 stanza from setup.py
- Remove obsolete sections from setup.cfg
- Update classifiers
- Switch to using sphinx-build
- Remove install_command from tox.ini, the default is fine
- Remove Babel from requirements, it's not needed for running.
- Remove obsolete babel.cfg
- Use TOX_CONSTRAINTS_FILE instead of obsolete UPPER_CONSTRAINTS_FILE.
- Update hacking to current 3.1.0 version
- Remove use of six library

Change-Id: I233dfc7a06cbd2e098499629f63d0b8f2db5258e
2020-06-09 14:37:58 +02:00
Ghanshyam Mann
4a32739cb3 [ussuri][goal] Drop python 2.7 support and testing
OpenStack is dropping the py2.7 support in ussuri cycle.

zaqar-tempest-plugin is ready with python 3 and ok to drop the
python 2.7 support.

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

Change-Id: I2417f29592bb87c9e3071b1918515a05f77cf8a3
2020-01-21 20:52:49 -06:00
huang.zhiping
1eddb5ace5 Change openstack-dev to openstack-discuss
Mailinglists have been updated. Openstack-discuss replaces openstack-dev.

Change-Id: Ib158ce595bd14adf5b2dbdc64e0d3f59f5a762a0
2018-12-04 12:51:06 +00:00
Chandan Kumar
30219666aa Refactored zaqar tempest plugin directory structure
* switch from zaqar.tests.tempest_plugin to zaqar_tempest_plugin
* Cleaned up README.rst and setup.cfg
* Use zaqar_tempest_plugin as a tempest plugin package
* Fixed git-review
* Fixed tox.ini

Implements: blueprint zaqar-tempest-plugin

Change-Id: I78d657bcdec4d5c095af8eb1dfb93b5e3dfa0ff5
2017-09-22 04:59:27 +00:00
Chandan Kumar
db9d4c259b Apply cookiecutter to newly split project
This tempest plugin is being split out of the main zaqar project in
accordance with Queens goal "Split Tempest Plugins into Separate
Repos/Projects"[1]. This patch applies the standard boilerplate files
for OpenStack projects so that it can stand on its own.

[1] https://governance.openstack.org/tc/goals/queens/split-tempest-plugins.html
2017-09-06 21:33:12 +05:30