summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZuul <zuul@review.opendev.org>2020-05-14 21:15:44 +0000
committerGerrit Code Review <review@openstack.org>2020-05-14 21:15:45 +0000
commit23c6a8168925738fffb8f687fb98683e05379786 (patch)
tree1a0452f02f22e8604ac12d36bf3e8b1178e95e18
parent2727d3e4e1f08a7d06d6b782ee9ffee85248ac49 (diff)
parentb1836ad4d2f091fa1825af91c09b3064012997dd (diff)
downloadoslo-config-23c6a8168925738fffb8f687fb98683e05379786.tar.gz
Merge "Cap flake8 to be < 3.8.0"
-rw-r--r--test-requirements.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/test-requirements.txt b/test-requirements.txt
index 96ff91f..c6386f9 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -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