Commit Graph

5 Commits

Author SHA1 Message Date
Takashi Kajinami db22f1f0b1 Bupm hacking
hacking 3.0.x is too old.

Change-Id: Id6c92da6ba7b2ad6840d6fa0d5ff3773f5492a5f
2024-02-19 02:27:59 +09:00
Ghanshyam Mann 7779f6b02b 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: Ib4a8e8e1525433f96a61344c4e1ecea6ef5314dc
2020-05-12 20:21:30 -05:00
Andreas Jaeger b91da1c60f Cleanup py27 support
This repo is now testing only with Python 3, so let's make
a few cleanups:
- Remove python 2.7 stanza from setup.py
- Update requirements, no need for python_version anymore
- Use newer openstackdocstheme version
- Use hacking 3.0

Change-Id: Idefb3435a6b2b0765781fb6458c2def5a5e38a1d
2020-04-12 18:55:00 +02:00
Stephen Finucane 3dd3506d09 Switch to hacking 2.x
This supports Python 3 goodness. Some additional tox tweaks are included
while we're here.

Change-Id: Idba284defad550f7f90cccb4b288c00b77bc25de
Signed-off-by: Stephen Finucane <stephenfin@redhat.com>
2020-02-27 15:58:46 +00:00
Chris Dent 373e6d16d1 Initial Cookiecutter Commit. 2018-09-14 14:28:48 -06:00