summaryrefslogtreecommitdiff
path: root/test-requirements.txt
diff options
context:
space:
mode:
authorJamie Lennox <jamielennox@redhat.com>2014-06-15 22:42:45 +1000
committerJamie Lennox <jamielennox@redhat.com>2014-07-30 05:04:25 +1000
commitb487f946cd60a907174f550e08372d5907ca319f (patch)
tree7f974f2b38dcf46ea01f4b1959ea993e887e625d /test-requirements.txt
parenta31765a4e69f35a2b359a135c0e630f78997182c (diff)
downloadpython-keystoneclient-b487f946cd60a907174f550e08372d5907ca319f.tar.gz
Convert httpretty to requests-mock
HTTPretty was great particularly when we were having to deal with both httplib and requests together. Since that time the library itself has caused a number of problems including backwards incompatible changes, broken releases and some dependency issues that make it difficult to package. There are also issues with memcache tests or anything else that also tries to use the socket. requests-mock does a very similar job, with a very similar interface however it targets only requests and so doesn't have the same socket issues and will be a much easier dependency on packagers. keystoneclient is the first of a number of clients that will do the changeover. Change-Id: Ida6e5feb71b6ff6662fb24b9fa6535b039c99d96
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 61fb67b..5d70425 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -2,13 +2,13 @@ coverage>=3.6
discover
fixtures>=0.3.14
hacking>=0.8.0,<0.9
-httpretty>=0.8.0,!=0.8.1,!=0.8.2
keyring>=2.1,!=3.3
mock>=1.0
mox3>=0.7.0
oauthlib>=0.6
oslosphinx
pycrypto>=2.6
+requests-mock>=0.4.0 # Apache-2.0
sphinx>=1.1.2,!=1.2.0,<1.3
testrepository>=0.0.18
testresources>=0.2.4