Commit Graph

10 Commits (master)

Author SHA1 Message Date
Aija Jauntēva 980c097b47 Updating yoga tested python versions in classifier
We have updated the yoga testing runtime to keep the
py36 testing.

- https://review.opendev.org/c/openstack/governance/+/820195

Unit tests job template is also updated to keep python
3.6 as a voting job. So with the py3.6 and py3.9 testing as voting
job template, we are keeping python 3.6, 3.7, 3.8, and 3.9 as
tested versions in the Yoga cycle.

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

This commit adds missing 3.9 in version in setup.cfg classifier.

Change-Id: I26d89615aa8812e1ba3fcaebb66a82ffe135644b
1 year ago
erbarr 15bbf6422f 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: I540c73978ad858649456d892796bf1e4c2e3e19e
2 years ago
Sean McGinnis 1c41f90762
Add py38 package metadata
Now that we are running the Victoria tests that include a
voting py38, we can now add the Python 3.8 metadata to the
package information to reflect that support.

Change-Id: I646696fd782a5dcb6058c636a77524dd324a2fba
Signed-off-by: Sean McGinnis <sean.mcginnis@gmail.com>
3 years ago
Christopher Dearborn 702da9c50d Drop python 2.7 support and testing
OpenStack is dropping support for py2.7 in the ussuri cycle.

python-dracclient supports python 3 and is ready to drop 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/691178

Change-Id: I7171e749707430c2c21c81976174e1278679c9c1
3 years ago
Vieri d70c0939b8 Add Python 3 Train unit tests
This is a mechanically generated patch to ensure unit testing is in place
for all of the Tested Runtimes for Train.

See the Train python3-updates goal document for details:
https://governance.openstack.org/tc/goals/train/python3-updates.html

Change-Id: Ic94863fc8a5907fc3874cccb87ed217bcd671252
4 years ago
98k db211b9b65 Change openstack-dev to openstack-discuss
Mailinglists have been updated. Openstack-discuss replaces openstack-dev.

Change-Id: I0d6c03b871014ab3f260fa23e20da8cbfdbdcc75
5 years ago
Vu Cong Tuan c9e0e2fca4 Remove support for py34
The gating on python 3.4 is restricted to <= Mitaka. This is due to
the change from Ubuntu Trusty to Xenial, where only python3.5 is
available. There is no need to continue to keep these settings.

Change-Id: I72dd71f8f68b7459593b520ea42e9a8af6aaefba
6 years ago
Dmitry Tantsur 75d593d775 Update setup.cfg
Change-Id: I6c22ae59369bb29a3dcfe773eec2904761f42926
7 years ago
Imre Farkas c35a60bba9 Add documentation
Change-Id: I9380316bcbbee6760ef13a91a93b489aee659a40
7 years ago
Imre Farkas ef3d9a292e Switch to PBR
Change-Id: I7f5388aa306a32cdd954575c9c1942ebb63937b4
8 years ago