summaryrefslogtreecommitdiff
path: root/test-requirements.txt
diff options
context:
space:
mode:
authorJenkins <jenkins@review.openstack.org>2017-03-06 22:00:19 +0000
committerGerrit Code Review <review@openstack.org>2017-03-06 22:00:19 +0000
commit880f8cc519e766a57f3434ac4e367f4c862ef716 (patch)
tree994dff9aaac2de536aefa4d51377461150c40a56 /test-requirements.txt
parentf8c297b622de73e6dddfd9b6825a09ccd0249a0d (diff)
parent7d3708edb6b3d9cbd271c24c06bf9e6250f9d8a6 (diff)
downloadtrove-880f8cc519e766a57f3434ac4e367f4c862ef716.tar.gz
Merge "[Fix gate]Update test requirement"
Diffstat (limited to 'test-requirements.txt')
-rw-r--r--test-requirements.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/test-requirements.txt b/test-requirements.txt
index 2fbeb1cf..ee9020cd 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -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 already pins down pep8, pyflakes and flake8
-hacking<0.13,>=0.12.0 # Apache-2.0
+hacking>=0.12.0,!=0.13.0,<0.14 # Apache-2.0
bandit>=1.1.0 # Apache-2.0
sphinx>=1.5.1 # BSD
os-api-ref>=1.0.0 # Apache-2.0