Commit Graph

10 Commits

Author SHA1 Message Date
Hervé Beraud 58ca0d18aa Use unittest.mock instead of mock
The mock third party library was needed for mock support in py2
runtimes. Since we now only support py36 and later, we can use the
standard lib unittest.mock module instead.

Change-Id: I9aa78dcb6db582a624acd9f0fca32c84a0cc4584
2020-06-09 01:20:02 +02:00
Ghanshyam Mann f3e5484218 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: Ib49adccc332917a9336c95fb65bfeef63a55f965
2020-05-12 19:27:50 -05:00
Andreas Jaeger 0bdc711816 Update docs building, py27 cleanup
Update docs building, cleanup after py27 removal a bit:
* Update requirements for Sphinx and openstackdocstheme for
  python 3
* Remove unneeded 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: I8b5634b02b399a0678c611b7be8593280b666953
2020-05-03 11:32:38 +02:00
Michał Dulko 8b5dd76a46 Remove usage of oslosphinx
Seems like some recent update of Sphinx broke oslosphinx extension. We
don't really need it now, so this commit removes it by adopting the
"modern" way of building docs (mostly based on how it's done in
openstack/kuryr-kubernetes).

Change-Id: I8a0d5e3923b6497eb7c6944fc6d9adc9007bf5ec
Closes-Bug: 1824958
2019-04-16 09:56:20 +02:00
OpenStack Proposal Bot f41eb07264 Updated from global requirements
Change-Id: Ieb948dc885f17d5aa8a9d7144c718a23a675487c
2018-03-15 07:06:47 +00:00
OpenStack Proposal Bot 5177171b54 Updated from global requirements
Change-Id: Ic571c6eb7b589b8698922014ed4b87bffe31a616
2018-01-17 20:38:54 +00:00
OpenStack Proposal Bot 8883d324ba Updated from global requirements
Change-Id: If325910b5a18b571dfbb3a18f520b571b11a0f82
2017-09-20 03:35:27 +00:00
OpenStack Proposal Bot c84688e82f Updated from global requirements
Change-Id: I8cbec9efdce5ec221f9b9ad7e2a682dcf63b7c10
2017-08-18 11:32:02 +00:00
OpenStack Proposal Bot 7392981930 Updated from global requirements
Change-Id: I0983d7d5e1c4f62338486707c8b75adc66172f6e
2017-06-27 12:12:07 +00:00
Daniel Mellado 0142b699bf Initial Commit
Initial commit based on cookiecutter for the kuryr tempest plugin.
2017-05-25 12:56:52 +02:00