Commit Graph

11 Commits

Author SHA1 Message Date
Ghanshyam Mann 4d9545bd41 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: I4f7aa67e0663ddea6a5200a55005cf2ce5a0396e
2020-05-12 19:29:38 -05:00
Eyal 67f38b4826 Fix requirements, tox
Change-Id: Ia96244290428e374ec22ee250264225d708ddc87
2020-01-15 16:14:24 +02:00
caoyuan 9bd2ff9607 tox: Keeping going with docs
Sphinx 1.8 introduced [1] the '--keep-going' argument which, as its name
suggests, keeps the build running when it encounters non-fatal errors.
This is exceptionally useful in avoiding a continuous edit-build loop
when undertaking large doc reworks where multiple errors may be
introduced.

[1] https://github.com/sphinx-doc/sphinx/commit/e3483e9b045

Change-Id: If027d55cea9fd88fadbb1539bbe713b2c2a7bd29
2019-10-24 21:25:19 +08:00
jacky06 2fa0ce696f Sync Sphinx requirement
1. Sync sphinx dependency with global requirements. It caps python 2 since
sphinx 2.0 no longer supports Python 2.7.
2. Remove unncessary "=="

Change-Id: I0008ca81b9c753d26ef97e10957a1745d340d2c0
2019-06-19 22:38:42 +08:00
inspurericzhang afc217bcf9 Update hacking version to latest
Change-Id: I1d8a79faf168391fba1058c9d0ad91048b250a5e
2019-01-09 10:15:32 +08:00
OpenStack Proposal Bot 631335dc4c Updated from global requirements
Change-Id: If04ffc525e262554f067a01bfef9cdde7c4b7429
2018-03-15 07:10:53 +00:00
OpenStack Proposal Bot 95d5f60c7d Updated from global requirements
Change-Id: Id1ebe02b0c398c47e2c1a9670d7aed02f40a3da1
2018-03-13 07:00:28 +00:00
OpenStack Proposal Bot 27cf6a30a3 Updated from global requirements
Change-Id: If41f38d6150a79c3e5d3c0b7be394c50b6884e0d
2018-03-10 13:21:16 +00:00
OpenStack Proposal Bot a4dc02754d Updated from global requirements
Change-Id: If246934c93def378a3fef50345d19754419e524f
2018-01-24 01:02:29 +00:00
OpenStack Proposal Bot 17d5f248e7 Updated from global requirements
Change-Id: Ieb6e6d50225cf5a6bbc60f451314ad29cf9dd252
2018-01-22 10:57:43 +00:00
Chandan Kumar 59b2013c6b Apply cookiecutter to newly split project mistral-tempest-plugin
This tempest plugin is being split out of the main mistral 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-12-02 18:18:12 +05:30