Merge "Cap flake8 to be < 3.8.0"

This commit is contained in:
Zuul 2020-05-14 21:15:44 +00:00 committed by Gerrit Code Review
commit 23c6a81689
1 changed files with 1 additions and 0 deletions

View File

@ -2,6 +2,7 @@
# of appearance. Changing the order has an impact on the overall integration
# process, which may cause wedges in the gate later.
flake8>=3.6.0,<3.8.0 # MIT
hacking>=2.0.0,<2.1.0 # Apache-2.0
fixtures>=3.0.0 # Apache-2.0/BSD