Commit Graph

10 Commits

Author SHA1 Message Date
LiZekun acef086323 Update python testing as per zed cycle testing 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.

[1] https://governance.openstack.org/tc/reference/runtimes/zed.html

Change-Id: Ib3bea2d4db1cb1d945ee0e9e85cec1bd926de8ef
2022-09-02 14:07:25 +00:00
songwenping 437e2b680c 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: I59551c46d943fdc5224721a8f0d8003c0ac7e8d9
2021-04-30 02:21:04 +00:00
inspurericzhang 66f2455ac1 Add py38 package metadata
Change-Id: I19e72d79de5a6212c3901f1ce5b6640cb285310c
2020-05-28 11:42:15 +08:00
Ghanshyam b5fcd31c06 [ussuri][goal] Drop python 2.7 support and testing
OpenStack is dropping the py2.7 support in ussuri cycle.

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

Removing the USE_PYTHON3=True from base job so that it can
keep running  on py3 for < ussuri branches.

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: I060587c96baba096525211ffccbe29f71b38760d
2020-01-23 13:17:47 -06:00
jacky06 1289278bf8 Replace git.openstack.org URLs with opendev.org URLs
Thorough replacement of git.openstack.org URLs with their opendev.org counterparts.

Change-Id: Id6768e790fbcf4e73cde4e479e0f31ed5e1a9b8d
Closes-Bug: #1826041
2019-04-24 02:03:45 +08:00
Vieri e7c128115a Change openstack-dev to openstack-discuss
Mailinglists have been updated. Openstack-discuss replaces openstack-dev.

Change-Id: I7652a67bf577003e9f33e6f68699a3f8176c7d01
2018-12-04 18:57:24 +00:00
Vieri a5e71dd418 Add Python 3.6 classifier to setup.cfg
Change-Id: Ie26054678e0f3fa06b467ffd8622591e10321b47
2018-11-27 07:23:05 +00:00
qingszhao ec93acdafa Removed older version of python added 3.5
In setup.cfg file the python 3.5 is added

Change-Id: Id636f96c3a23bc719681c000bc55743e647c9a66
2018-09-29 16:37:15 +08:00
ShangXiao d5aee26a7d Update the old doc links
The links in CONTRIBUTING.rst and setup.cfg are old or invalid.
Update them to the right ones according to the OpenStack websites.

Change-Id: Ib46160c8057feafb15b42c64a1834fcbea124d37
2018-03-30 11:22:29 +00:00
Chandan Kumar 59b2013c6b Apply cookiecutter to newly split project mistral-tempest-plugin
This tempest plugin is being split out of the main mistral 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-12-02 18:18:12 +05:30