Commit Graph

9 Commits

Author SHA1 Message Date
maaoyu 8e24aaaa7b 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: Ic2c882bf42886f5a12115f464189d784b5149952
2021-04-27 11:51:53 +08:00
inspurericzhang 31366abe5c Add py38 package metadata
Change-Id: If8b11ab488e0418b344ebe0693ea7ba0ddeb6ce3
2020-06-03 00:10:03 +00:00
Andreas Jaeger 9043347888 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
* Remove install_command, it's unneeded, the default is fine.

Change-Id: I3d2e0459ba4aedf21c01d7725fe5ab266f9f4da3
2020-04-19 10:24:33 +02:00
Ghanshyam Mann ce8f9d7b5c Drop python 2.7 support and testing
OpenStack is dropping the py2.7 support in ussuri cycle.

zun-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: If4cec36beab64c83a59ebc7cf5c98f3d15ba328b
2020-01-22 22:17:45 +00:00
huang.zhiping f08a82ab12 Change openstack-dev to openstack-discuss
Mailinglists have been updated. Openstack-discuss replaces openstack-dev.

Change-Id: Ifd9392aca96ac7f937c653442f2c6e613317f581
2018-12-04 12:53:23 +00:00
wangqi 0cba335193 Drop py34 and py33 target in tox.ini
We support py35 now.so it is no need to keep
the supoort for py34 and py33.

Change-Id: Ie2f41996f044045dcba658de3ce4dfa699430685
2018-04-18 09:57:30 +00:00
wangqi 311445dab4 update home-page url
Change-Id: I265e3aab1ae7b14d70bfa2999220a084da52257d
2018-02-28 04:46:26 +00:00
Hongbin Lu 6f8759ebf8 Change name to zun-tempest-plugin
Change-Id: Iaf17fc6f8a6abedc12ea7e44c6ebf32a1d5dae60
2018-02-04 16:17:12 +00:00
Hongbin Lu efe304dca8 Apply cookiecutter to newly split project
This tempest plugin is being split out of the main zun 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-07 16:17:22 -04:00