Commit Graph

10 Commits

Author SHA1 Message Date
songwenping 64a4270ad6 setup.cfg: Replace dashes by underscores
Since setuptools v54.1.0[1], the parmeters with dash have been
deprecated in favor of the new parameters with underscore.

This change updates the parameters accordingly to avoid the warnings
like the example below.

  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: Ica879c31574060471fb22c53761e6d4549a05db2
2022-08-19 10:21:35 +08:00
inspurericzhang 0770360f51 Add py38 package metadata
Change-Id: Iaf0b95597d6dc968c9745690f4a2663de8442876
2020-05-28 11:39:31 +08:00
Andreas Jaeger 6bb7b82275 Update docs building, cleanup
Update docs building, cleanup a bit:
* Switch to sphinx-build
* Update requirements for Sphinx and openstackdocstheme for
  python 3, create doc/requirements.txt
* 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
* Update to hacking 3.0, fix problems found

Change-Id: I76fe5602928bede439133993b0d85669228f25ed
2020-05-03 11:41:00 +02:00
Ghanshyam 0655f1a2cb [ussuri][goal] Drop python 2.7 support and testing
OpenStack is dropping the py2.7 support in ussuri cycle.

magnum-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: I58baf3f7361468de98fc43a1aed036af9c4e5051
2020-01-23 15:54:57 -06:00
caoyuan d558880e77 Replace git.openstack.org URLs with opendev.org URLs
1. Replace git.openstack.org URLs with opendev.org URLs
2. Update some urls to latest

Change-Id: I802feec03e5c0e93854266c51b596043bf3f4c45
2019-10-13 09:00:29 +00:00
huang.zhiping 9c99ba0a25 Update home-page
Change-Id: I4e3affd58985b118e668c12a985d2dcfef95c0d0
2019-01-11 17:05:54 +00:00
melissaml 073144dd1d Change openstack-dev to openstack-discuss
Mailinglists have been updated. Openstack-discuss replaces openstack-dev.

Change-Id: I97710a9b006b59cac4f4c49c643d3cf0cf56aacc
2018-12-05 02:32:19 +08:00
qingszhao d2a4612cc5 Removed older version of python added 3.5
In setup.cfg file the python 3.5 is added

Change-Id: I19246dc4d98760f1e39edc280435d878c9bcd87c
2018-10-08 05:45:35 +00:00
Chandan Kumar 4f8af5f2f8 Refactored magnum tempest plugin
* It provides proper directory structure and cleanup of
  magnum tempest plugin tests.

* Added tools/pretty_tox.sh to trigger functional api tests

Change-Id: Ibdddd26da9cfb0d08c2977660320b2c052d7261b
2017-12-11 18:35:24 +05:30
Chandan Kumar ba5a104754 Apply cookiecutter to newly split project
This tempest plugin is being split out of the main magnum 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 16:04:40 +05:30