summaryrefslogtreecommitdiff
path: root/test-requirements.txt
diff options
context:
space:
mode:
authorOpenStack Proposal Bot <openstack-infra@lists.openstack.org>2017-03-03 22:58:26 +0000
committerOpenStack Proposal Bot <openstack-infra@lists.openstack.org>2017-03-03 22:58:26 +0000
commita4f67a194685afb75d4609916087f5c64b905c96 (patch)
tree25f2c4fa0ef55157f531d42fca9956549d39d29b /test-requirements.txt
parent60fe267b538c7ad47f2e5ce2608f3f8ef6111782 (diff)
downloadpython-heatclient-a4f67a194685afb75d4609916087f5c64b905c96.tar.gz
Updated from global requirements
Change-Id: I31979a0c8f7a69943437e5cb409a6c149e0ef57d
Diffstat (limited to 'test-requirements.txt')
-rw-r--r--test-requirements.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/test-requirements.txt b/test-requirements.txt
index 0c1c7ed..f83f167 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -3,12 +3,12 @@
# 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
fixtures>=3.0.0 # Apache-2.0/BSD
requests-mock>=1.1 # Apache-2.0
mock>=2.0 # BSD
-mox3>=0.7.0,!=0.19.0 # Apache-2.0
+mox3!=0.19.0,>=0.7.0 # Apache-2.0
oslosphinx>=4.7.0 # Apache-2.0
oslotest>=1.10.0 # Apache-2.0
python-openstackclient>=3.3.0 # Apache-2.0