summaryrefslogtreecommitdiff
path: root/test-requirements.txt
diff options
context:
space:
mode:
authorOpenStack Proposal Bot <openstack-infra@lists.openstack.org>2016-12-21 22:49:35 +0000
committerOpenStack Proposal Bot <openstack-infra@lists.openstack.org>2016-12-21 22:49:35 +0000
commit72648180d1ac95fbe4d862d98bfb05cb1734fafd (patch)
tree2aa6f7c71814a1a9155291e4adb49b7a077adc5b /test-requirements.txt
parent837a74dd26c286ec50f7905370815ba4c2c95669 (diff)
downloadpython-cinderclient-72648180d1ac95fbe4d862d98bfb05cb1734fafd.tar.gz
Updated from global requirements
Change-Id: Ib5dd8b581b808f37217f141c0218af7d8f4dc527
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 f041350..19fc5b7 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.12.0,!=0.13.0,<0.14 # Apache-2.0
+hacking!=0.13.0,<0.14,>=0.12.0 # Apache-2.0
coverage>=4.0 # Apache-2.0
ddt>=1.0.1 # MIT
fixtures>=3.0.0 # Apache-2.0/BSD