Commit Graph

9 Commits

Author SHA1 Message Date
wu.shiming 74d2033d3e 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: I6e9d570f6d2ddbe0c09cd84784808708e503dd74
2021-05-12 09:50:01 +08:00
inspurericzhang 3cf113b9f7 Add py38 package metadata
Change-Id: I5f1182c2d33d2c28ce707713659e48e9afc463eb
2020-05-28 11:40:56 +08:00
Andreas Jaeger a3fef5ccca Update docs building
Update docs building:
* Switch to sphinx-build
* Update requirements for Sphinx and openstackdocstheme for
  python 3
* Remove unneeded doc and translation sections from setup.cfg

Change-Id: Ic1a93606cb73778fc43e58b85ad65bee46c3c631
2020-04-23 10:03:17 +02:00
Goutham Pacha Ravi eff4f9b87f [ussuri][goal] Drop python2.7 support
As per the official python support timeline
set forth by the OpenStack TC [1][2], OpenStack
Train is the last release that will support
python2.7. manila-tempest-plugin is a 'branchless'
tempest plugin. However, after this change,
users may no longer expect to install this package
with python2.7.

Depends-On: https://review.opendev.org/#/c/688997/
[1] https://governance.openstack.org/tc/resolutions/20180529-python2-deprecation-timeline.html
[2] https://governance.openstack.org/tc/goals/selected/ussuri/drop-py27.html

Change-Id: I8c10d169302c6f1c41e238ae9f787455a2b15a4d
2019-12-11 01:42:55 +00:00
Vieri 97670ca63c Change openstack-dev to openstack-discuss
Mailinglists have been updated. Openstack-discuss replaces openstack-dev.

Change-Id: Ic7a40b79be17fd64de1b87dc9deb58af21facb91
2018-12-04 19:12:38 +00:00
inspurericzhang d83f970ff7 [Trivial Fix] update home-page url
Change-Id: I7502a762b3516586a70e223b1548aecb271f4862
2018-10-29 16:23:05 +08:00
lidong 15572721e6 Replace http with https for doc links
Change-Id: Ib3234a6194b1595a7fa8f9d0c69d44dc1f399f4c
2018-05-10 10:50:07 +00:00
Raissa Sarmento 80f5fbf2c9 Initial fixes to plugin repo
Fixing requirements and setup for manila tempest plugin.

Depends-On: I21f2e27ba18f18ebdf07105452c0ffb6fc04bb83
Change-Id: Id773014b915817ff41b9bffd41e84e4d53fb78be
2017-11-20 12:01:12 -03:00
Raissa Sarmento 3dd627bdec Apply cookiecutter to newly split project
This tempest plugin is being split out of the main manila 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-27 12:25:46 +01:00