summaryrefslogtreecommitdiff
path: root/test-requirements.txt
diff options
context:
space:
mode:
authorOpenStack Proposal Bot <openstack-infra@lists.openstack.org>2017-03-06 01:18:45 +0000
committerOpenStack Proposal Bot <openstack-infra@lists.openstack.org>2017-03-06 01:18:45 +0000
commit45c501ff515b098894e4a1ffa809200b2df07701 (patch)
tree15ee280f858ca6d125ef2b8e1840591e415d3d32 /test-requirements.txt
parent07971152413c3aa94e87b16f562acf686b9c5f48 (diff)
downloadpython-novaclient-45c501ff515b098894e4a1ffa809200b2df07701.tar.gz
Updated from global requirements
Change-Id: I8f32fd359720c73d3a4ee8f87a6ce7764b921021
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 28bc527f..af978c72 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -1,7 +1,7 @@
# The order of packages is significant, because pip processes them in the order
# of appearance. Changing the order has an impact on the overall integration
# process, which may cause wedges in the gate later.
-hacking>=0.12.0,!=0.13.0,<0.14 # Apache-2.0
+hacking!=0.13.0,<0.14,>=0.12.0 # Apache-2.0
bandit>=1.1.0 # Apache-2.0
coverage>=4.0 # Apache-2.0