Commit Graph

8 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
Ghanshyam Mann ddc698e6dc Fix hacking min version to 3.0.1
flake8 new release 3.8.0 added new checks and gate pep8
job start failing. hacking 3.0.1 fix the pinning of flake8 to
avoid bringing in a new version with new checks.

Though it is fixed in latest hacking but 2.0 and 3.0 has cap for
flake8 as <4.0.0 which mean flake8 new version 3.9.0 can also
break the pep8 job if new check are added.

To avoid similar gate break in future, we need to bump the hacking min
version.

- http://lists.openstack.org/pipermail/openstack-discuss/2020-May/014828.html

Change-Id: Ie343a8e748e899196ed543370efe7bf734127163
2020-05-12 21:40:13 -05: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 b4aa7dc726 Merge "Update hacking version to latest" 2020-02-21 15:31:48 +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
zhouxinyong 4a602dcc8e Update hacking version to latest
Change-Id: I8609705015db2b4a2d851c4c780973d75f01b24d
2019-01-26 11:59:08 +08:00
Andreas Jaeger 13506c22a8 Update requirements manually
The global requirments sync for this repo fails since it lists
packages that are not in the global list. Manually sync
requirements.

Failure log from requirements sync:
http://logs.openstack.org/d8/d89aad257d43fe02e42e44b2a0187dbd9f505c36/post/propose-update-requirements/15a7777/job-output.txt.gz#_2018-01-31_07_10_14_115335

Errors are:
'pywinrm' is not in global-requirements.txt or blacklist.txt

Change-Id: I24dd3c7ea9fa0a907c26ff62773b336c9d2d0b80
2018-01-31 09:14:33 +01:00
Claudiu Belu 6e24ab066d Apply cookiecutter template 2017-06-22 14:48:08 -07:00