Commit Graph

13 Commits

Author SHA1 Message Date
shanyunfan33 1f673a49b8 Update python testing classifier
Yoga testing runtime[1] has been updated to add py39
testing as voting. Unit tests update are handled by the
job template change in openstack-zuul-job

- https://review.opendev.org/c/openstack/openstack-zuul-jobs/+/820286

this commit updates the classifier in setup.cfg file.

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

Change-Id: I5d85d93860717a430fcad259d52708816f5cd031
2022-01-26 11:14:20 +08:00
wu.shiming e48e42d636 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: If5cb829ef8530690f9208f9b15915e2c17367190
2021-08-13 17:35:43 +08:00
inspurericzhang db0660a071 Add py38 package metadata
Change-Id: I7e4af300317972767487593a92c3522777e2f628
2020-05-29 20:49:16 +00:00
Andreas Jaeger 5719f992d1 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: Ie6cae5b1e7b600a2b2396f403a8fa5a90e5f3463
2020-04-19 09:53:19 +02:00
Ghanshyam Mann e09f5ae7cc Replace old requires-python with python-requires
requires-python is old value and does not work, python-requires
is right metadata.

'python-requires' is introduced from PEP440 and requires-python was old value
in PEP345.
- https://packaging.python.org/guides/distributing-packages-using-setuptools/#python-requires
- https://www.python.org/dev/peps/pep-0345/#requires-python

Change-Id: I6a28757f4a0bf5d47214f4ed548cf5c73d302e3f
2020-03-27 13:45:00 -05:00
Ghanshyam 42aac38cc8 [ussuri][goal] Drop python 2.7 support and testing
OpenStack is dropping the py2.7 support in ussuri cycle.

neutron-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

Depends-On: https://review.opendev.org/#/c/705184/

Change-Id: I9daafef0847a9a9baa45382b87da71fe8d1fffd0
2020-02-26 15:35:20 +00:00
zhangbailin 4f5afdce6b Dropping support for py35
As per below ML thread, we are good to drop the py35
support now:
http://lists.openstack.org/pipermail/openstack-discuss/2019-April/005097.html

[1]http://lists.openstack.org/pipermail/openstack-discuss/2019-April/004647.html
[2]
https://governance.openstack.org/tc/reference/runtimes/stein.html
https://governance.openstack.org/tc/reference/runtimes/train.html

Change-Id: Icf0980b8f1a8d884b05621f5298c13cad5f05387
2019-05-21 07:14:43 +00:00
caoyuan d49cf7ab5c Replace git.openstack.org URLs with opendev.org URLs
Change-Id: If60f0bea94b5cf1009466c6371a4c8ee06e9c728
2019-04-26 17:31:20 +08:00
Vieri 158dddaf50 Change openstack-dev to openstack-discuss
Mailinglists have been updated. Openstack-discuss replaces openstack-dev.

Change-Id: I8f520ee99f9cf52d82792ea5834dc2a92119167b
2018-12-04 17:59:14 +00:00
Brian Haley 2cbb10eb3f Add release notes job to zuul template
We are not running the release notes job, so are unable to
see the built release notes when they are included in a patch.
Add it as in the other neutron repos.

Also added a similar README.rst as the neutron repo to give
the basic info on release note generation, and fixed up
various issues in the configuration description.

Change-Id: I98ffed3ed77a16bba59cae69a73cb699ddb175fb
2018-09-13 15:26:04 -06:00
ShangXiao ae642b2920 Fix the old or invalid doc links
The urls in docs are old or invalid.
Replace them with the right ones for the docs according to
the official OpenStack websites.

Change-Id: I259702f5771e975fe24f7e97a450f342d8ad2beb
2018-03-15 08:45:25 +00:00
Chandan Kumar 667d3d3260 Refactored Neutron tempest plugin directory structure
* switch from neutron.tests.tempest to neutron_tempest_plugin
* Cleaned up README.rst and setup.cfg
* Use neutron_tempest_plugin as a tempest plugin package
* Fixed gitreview
* Keeping flake8 Ignores in tox.ini as tempest plugin is
  imported from neutron codebase.

Change-Id: I42d389836e72813fdeebc797a577f4a8ac2ee603
2017-11-13 09:19:11 +05:30
Chandan Kumar 5e6198734b Apply cookiecutter to newly split project
This tempest plugin is being split out of the main neutron 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 22:23:55 +05:30