Fix zuul errors due to changes in dependencies

Pin hacking to < 4.0.1 to fix zuul gate issues.

Test:
Ran tox -e pep8 command to validate the flake8 job and result.

Related-Bug: 1926172

Signed-off-by: Charles Short <charles.short@windriver.com>
Change-Id: I74fec1c352b8947b58498e32b7554e54c77aaeaa
This commit is contained in:
Charles Short 2021-04-26 11:06:45 -04:00
parent 658d556fe9
commit 754c6861ca
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@
# of appearance. Changing the order has an impact on the overall integration
# process, which may cause wedges in the gate later.
hacking>=1.1.0 # Apache-2.0
hacking>=1.1.0,<4.0.1 # Apache-2.0
coverage!=4.4,>=4.0 # Apache-2.0
mock>=2.0.0 # BSD