summaryrefslogtreecommitdiff
path: root/test-requirements.txt
diff options
context:
space:
mode:
authorJamie Lennox <jamielennox@redhat.com>2015-01-19 16:56:51 +1000
committerJamie Lennox <jamielennox@redhat.com>2015-01-20 16:26:25 +1000
commitf5da8d874c18e5a52a0ac161d7a6d67677a80415 (patch)
tree4cc674623e6ea9ba63b11567b3df773b426d7823 /test-requirements.txt
parent0d2200f47722c0533194b6e102d03b0774cbdea7 (diff)
downloadpython-barbicanclient-f5da8d874c18e5a52a0ac161d7a6d67677a80415.tar.gz
Replace httpretty with requests_mock
httpretty is slowly being replaced across all the clients in favour of requests_mock. The syntax is easier to use and it applies more specifically to using the requests library. Change-Id: I7f8b0bc66b12023e9f5f6f824afc1da09b415797
Diffstat (limited to 'test-requirements.txt')
-rw-r--r--test-requirements.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/test-requirements.txt b/test-requirements.txt
index 5957943..fc1457d 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -4,7 +4,8 @@
coverage>=3.6
discover
hacking>=0.7.0
-httpretty>=0.8.0,!=0.8.1,!=0.8.2,!=0.8.3
+fixtures>=0.3.14
+requests-mock>=0.5.1 # Apache-2.0
mock>=1.0
testrepository>=0.0.18
testtools>=0.9.36,!=1.2.0