Commit Graph

11 Commits

Author SHA1 Message Date
Ghanshyam Mann de8b881c3f Update python classifier in setup.cfg
As per the current release tested runtime, we test
till python 3.11 so updating the same in python
classifier in setup.cfg

Change-Id: I3b36090f6d8e0d710803873951b5b5f0cae14af3
2024-01-03 19:26:01 -08:00
Stephen Finucane b3c227d1c7 setup: Replace dashes with underscores, add links
This resolves a warning in recent versions of pip.

Change-Id: I13314917c3f21d7752bdbc3cb869f3e022daa25f
Signed-off-by: Stephen Finucane <stephenfin@redhat.com>
2022-03-22 10:16:55 +00:00
Stephen Finucane 2292607a2e setup: Update Python testing classifiers
Change-Id: I51b1cac726c5a84941fd8c25e3db533dc4c625c7
Signed-off-by: Stephen Finucane <stephenfin@redhat.com>
2022-03-22 10:13:22 +00:00
Ghanshyam Mann e532b71313 Test all supported python version
As os-resource-classes is branchless which means same
master code is run on stable branches too, let's test it
with all the python version supported in those stable branches.

For that, we need to explicitly add the pythn jobs instead of using
the release specific job template. This way, we will explicitly know
that we are testing all supported python versions and do not remove the
older py version testing when the new release template bumps the min python
version like done in Yoga.

In Yoga testing, we are making py3.9 job to run as voting, so
adding py3.9 job as voting.

Change-Id: Ic93f1c77230d859713ea9bc86065880efa91de7c
2021-11-24 18:16:27 -06:00
Stephen Finucane b99ab3336c setup.cfg: Configure 'python-requires'
This will prevent setuptools accidentally installing os-traits in a
Python 2 environment.

Change-Id: I9401637f4f3fe59abaaa05ecc72c6247826323ad
Signed-off-by: Stephen Finucane <stephenfin@redhat.com>
2020-01-28 11:12:12 +00:00
Eric Fried 50b4160695 Stop testing with py2
We were pretty close on this already.

Change-Id: I8ad1f5bee7a532c3401fd59550cee7cdec67c8c3
2019-10-25 09:46:50 -05:00
Corey Bryant 0fceade481 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: Id58e363458d4b641d9674cdb43dec33d9df58aee
Story: #2005924
Task: #34236
2019-07-05 15:43:46 -04:00
Ghanshyam Mann 7c6ac2b2ef Dropping the py35 testing
All the integration testing has been moved to
Bionic now[1] and py3.5 is not tested runtime for
Train or stable/stein[2].

As per below ML thread, we are good to drop the py35
testing 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: I081ce6385d8f04f2a8f64d6e906a07ede3e91436
2019-04-22 23:16:37 +00:00
Takashi NATSUME bffafeab58 Update author-email in setup.cfg
The openstack-dev mailing list has been replaced with
the openstack-discuss mailing list (*).
So replace the openstack-dev mailing list with
the openstack-discuss mailing list in setup.cfg.

In addition, update the home page URL in setup.cfg.

*: http://lists.openstack.org/pipermail/openstack-dev/2018-September/134911.html

Change-Id: If8dba8c7aee5e8161ac52dd2eeb0a7b2d82ca933
2019-01-07 00:14:34 +00:00
Chris Dent 5fc979e641 Initial tuning from cookiecutter start
This adds in the initial stab of os_resource_classes.
2018-09-14 14:37:15 -06:00
Chris Dent 373e6d16d1 Initial Cookiecutter Commit. 2018-09-14 14:28:48 -06:00