summaryrefslogtreecommitdiff
path: root/test-requirements.txt
diff options
context:
space:
mode:
authorDouglas Mendizábal <mail@doug.gt>2015-03-26 14:18:18 -0500
committerDouglas Mendizábal <mail@doug.gt>2015-03-26 17:01:43 -0500
commit4f45db00600c778523fb922cda180f0f3463b362 (patch)
treef63cae4a808394a4381e77457d06b50322e7e4df /test-requirements.txt
parent91cf1cef2e81f343327ad0af9318ffa7232c4f5b (diff)
downloadpython-barbicanclient-4f45db00600c778523fb922cda180f0f3463b362.tar.gz
Consolidate Payload Exceptions
The current exceptions are too fine grained. This CR consolidates the two exceptions into a single PayloadException. Change-Id: I22cf7b51adf0866b76e4dcf494df74d449f3b9fe
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 8cad4fb..684cef9 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -3,7 +3,7 @@
# process, which may cause wedges in the gate later.
coverage>=3.6
discover
-hacking>=0.7.0
+hacking>=0.10.0,<0.11
fixtures>=0.3.14
requests-mock>=0.6.0 # Apache-2.0
mock>=1.0