Commit Graph

14 Commits

Author SHA1 Message Date
Ghanshyam Mann 0976964257 Retire oswin-tempest-plugin: remove repo content
Winstackers project has been retired
- https://review.opendev.org/c/openstack/governance/+/886880

this commit removes the content of oswin-tempest-plugin
deliverables of this project

Change-Id: I489d36a539cb943c1d7216390e469a471719a2cf
2023-09-09 12:30:57 -07:00
leiyuehui 2cb1819240 setup.cfg: Replace dashes with underscores
Setuptools v54.1.0 introduces a warning that the use of dash-separated
options in 'setup.cfg' will not be supported in a future version [1].
Get ahead of the issue by replacing the dashes with underscores. Without
this, we see 'UserWarning' messages like the following on new enough
versions of setuptools:

  UserWarning: Usage of dash-separated 'description-file' will not be
  supported in future versions. Please use the underscore name
  'description_file' instead

[1] https://github.com/pypa/setuptools/commit/a2e9ae4cb

Change-Id: Idc2841a26f59dc0ba6bf8a24116f5dbcbb059a74
2022-06-14 12:09:02 +03:00
leiyuehui 87af7e0351 Update python testing as per zed cycle teting runtime
In Zed cycle, we have dropped the python 3.6/3.7[1] testing
and its support. Removing the py36 centos8 job as well as
updating the python classifier also to reflect the same.

Change-Id: I09f5c8abfbf33a628af4f2157164c588e725eac6
2022-06-14 10:06:17 +03:00
Zuul 362036ab9d Merge "Add py38 package metadata" 2020-05-28 12:49:18 +00:00
Lucian Petrut 0a11b668e3 Drop Python 3.5 testing
Most OpenStack projects no longer support Python 3.5, which
currently leads to dependency issues.

Change-Id: Ic2cfce6dd9c4e24a5cd5cbebe1c49c6ddfac3607
2020-05-28 14:24:14 +03:00
inspurericzhang 35ddb0d422 Add py38 package metadata
Change-Id: I33179327a5cdbca42bd04abe27cda1e691c2a4c4
2020-05-28 11:49:13 +08:00
Andreas Jaeger 801924705c Update docs building, cleanup
Update docs building and cleanup:
* Switch to sphinx-build
* Update requirements for Sphinx and openstackdocstheme for
  python 3, remove oslosphinx which is dead, create
  doc/requirements.txt file
* Remove unneeded doc and translation sections from setup.cfg
* Remove install_command, it's unneeded, the default is fine.
* Move constraints into deps, use TOX_CONSTRAINTS instead of obsolete
  UPPER_CONSTRAINTS
* Switch to hacking 3.0, fix problems found

Change-Id: If3c5094d7fbdc9033851024c8e3ae364e4768521
2020-05-03 11:55:53 +02:00
Ghanshyam Mann dc1b2e77a0 Drop python 2.7 support and testing
OpenStack is dropping the py2.7 support in ussuri cycle.

oswin-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://review.opendev.org/#/c/691178/

Change-Id: I1e570f003a55fcbb3d4a628f788d5b34b76671db
2020-01-22 02:55:34 +00:00
Corey Bryant a291a1b471 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

Note that since tempest is branchless that we retain py35 support.

Change-Id: I622ef0306ac48509c46e243c83f458e57e496258
Story: #2005924
Task: #34257
2019-07-30 11:11:42 -04:00
Vieri df19edfc31 Add Python 3.6 classifier to setup.cfg
Change-Id: Ie9daa7fd219319bbe75bbe0f413db0f22b0f218e
2018-11-27 07:29:45 +00:00
qingszhao 277eef503d Removed older version of python added 3.5
In setup.cfg file the python 3.5 is added

Change-Id: I0aa14f4030b85fdcd0ca2647785aa7b812e340ed
2018-09-29 18:01:46 +08:00
Claudiu Belu 377943cb0d Fixes oswin_tempest_plugin naming
The project is oswin-tempest-plugin, not oswin_tempest_plugin.

Change-Id: I01238659210a0cd70efa7a90cd7fea068a5ca071
2017-07-31 10:32:41 +00:00
Claudiu Belu caa38fbc51 Apply Tempest plugin cookiecutter 2017-06-22 15:05:58 -07:00
Claudiu Belu 6e24ab066d Apply cookiecutter template 2017-06-22 14:48:08 -07:00