summaryrefslogtreecommitdiff
path: root/test-requirements.txt
diff options
context:
space:
mode:
authorJamie Lennox <jamielennox@gmail.com>2015-11-26 14:51:02 +1100
committerJamie Lennox <jamielennox@gmail.com>2015-11-26 14:52:09 +1100
commitac024deceef577211a40762ee7b2eb7e94c4499a (patch)
tree50f688365ad98d3b24943e394bda353e0f17fe90 /test-requirements.txt
parent50585917ee8342e571866afe11829115c9fcc1d6 (diff)
downloadoslo-policy-ac024deceef577211a40762ee7b2eb7e94c4499a.tar.gz
Use requests-mock instead of httpretty in tests
We're trying to remove httpretty from openstack requirements in favour of requests-mock. Replace httpretty in testing. Change-Id: I3d02d2ccffc6535d519e49e4fbd9f0ab7490c3b5
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 a2b2c44..5b7c853 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -4,7 +4,7 @@
hacking<0.11,>=0.10.0
oslotest>=1.10.0 # Apache-2.0
-httpretty<0.8.7,>=0.8.4
+requests-mock>=0.6.0 # Apache-2.0
# computes code coverage percentages
coverage>=3.6