Commit Graph

16 Commits

Author SHA1 Message Date
Ghanshyam Mann 0976964257 Retire oswin-tempest-plugin: remove repo content
Winstackers project has been retired
- https://review.opendev.org/c/openstack/governance/+/886880

this commit removes the content of oswin-tempest-plugin
deliverables of this project

Change-Id: I489d36a539cb943c1d7216390e469a471719a2cf
2023-09-09 12:30:57 -07:00
zhangboye 59e6a14d01 Use py3 as the default runtime for tox
Moving on py3 as the default runtime for tox to avoid to update
this at each new cycle.

Change-Id: Id9f0c4322204212a814d79f01769e07a3ff942db
2021-04-20 16:58:33 +08:00
Andreas Jaeger 801924705c Update docs building, cleanup
Update docs building and cleanup:
* Switch to sphinx-build
* Update requirements for Sphinx and openstackdocstheme for
  python 3, remove oslosphinx which is dead, create
  doc/requirements.txt file
* Remove unneeded doc and translation sections from setup.cfg
* Remove install_command, it's unneeded, the default is fine.
* Move constraints into deps, use TOX_CONSTRAINTS instead of obsolete
  UPPER_CONSTRAINTS
* Switch to hacking 3.0, fix problems found

Change-Id: If3c5094d7fbdc9033851024c8e3ae364e4768521
2020-05-03 11:55:53 +02:00
Zuul 79f52c6924 Merge "Drop python 2.7 support and testing" 2020-02-21 15:29:35 +00:00
Zuul 77ed375eb6 Merge "Update the constraints url" 2020-02-21 15:15:08 +00:00
Lucian Petrut 0108a120e8 Switch to stestr
Most of the OpenStack projects have switched to stestr, mostly due
to the fact that testrepository seems to be unmaintained.

We'll do the same for oswin-tempest-plugin, especially since
testrepository no longer handles skip exceptions properly, treating
them as failures.

Change-Id: I27a20bad68fef9f19d46eea4aefcd7e4998fe838
2020-02-21 16:12:12 +02:00
Ghanshyam Mann dc1b2e77a0 Drop python 2.7 support and testing
OpenStack is dropping the py2.7 support in ussuri cycle.

oswin-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: I1e570f003a55fcbb3d4a628f788d5b34b76671db
2020-01-22 02:55:34 +00:00
pengyuesheng 003d91b838 Update the constraints url
For more detail, see http://lists.openstack.org/pipermail/openstack-discuss/2019-May/006478.html

Change-Id: I1d3e1632523ad385c7c686f8b17bd05853130503
2019-09-23 16:29:36 +08:00
Corey Bryant a291a1b471 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

Note that since tempest is branchless that we retain py35 support.

Change-Id: I622ef0306ac48509c46e243c83f458e57e496258
Story: #2005924
Task: #34257
2019-07-30 11:11:42 -04:00
caoyuan b457fbffbb Replace git.openstack.org URLs with opendev.org URLs
Change-Id: Iec2c8fbc41f3c49bd129068e8baaded1774dfc22
2019-04-24 18:52:59 +08:00
98k a6a9a4a7eb Add python 3.6 unit test job
This is a mechanically generated patch to add a unit test job running
under Python 3.6 as part of the python3-first goal.

See the python3-first goal document for details:
https://governance.openstack.org/tc/goals/stein/python3-first.html

Change-Id: Iaa9bde9ddde632edde9158c344cdd4d24a68998e
2018-11-09 03:16:34 +00:00
Zuul b8417de02f Merge "change default python 3 env in tox to 3.5" 2018-08-01 13:22:51 +00:00
qingszhao 9329f1872a change default python 3 env in tox to 3.5
Change-Id: If4ec18360c446bf5af1ab7ef4c256a0cc784d78c
2018-06-12 12:05:14 +08:00
huang.zhiping 0a7ec630db fix tox python3 overrides
We want to default to running all tox environments under python 3, so
set the basepython value in each environment.

We do not want to specify a minor version number, because we do not
want to have to update the file every time we upgrade python.

We do not want to set the override once in testenv, because that
breaks the more specific versions used in default environments like
py35 and py36.

Change-Id: Ica0eb93b9b6703f9be57205eaae94cf9e2fb0268
2018-06-09 19:57:37 +08:00
Claudiu Belu 4212a327ee Fixes flake8 and unittest errors
Change-Id: I4398a098da08ed8e086edac86fe8d68a06cf8eda
2017-07-31 02:46:46 -07:00
Claudiu Belu 6e24ab066d Apply cookiecutter template 2017-06-22 14:48:08 -07:00