summaryrefslogtreecommitdiff
path: root/test-requirements.txt
diff options
context:
space:
mode:
authorJoshua Harlow <harlowja@yahoo-inc.com>2015-09-21 18:27:42 -0700
committerJoshua Harlow <harlowja@yahoo-inc.com>2015-09-22 16:29:00 -0700
commit70675997e1a7669564912250fde5c35ea2c0a0f8 (patch)
tree35a8c4e310000820817efc516d42884e95639fad /test-requirements.txt
parent4e2004ec037e9989b7a73524fc73cbd04ea0351c (diff)
downloadoslo-policy-70675997e1a7669564912250fde5c35ea2c0a0f8.tar.gz
Use requests in http check instead of urllib
The requests interface is much nicer and easier to use so we might as well use it instead of direct urllib usage. Change-Id: I364ddb5f86900a3e166f4480d9f4889a68de247f
Diffstat (limited to 'test-requirements.txt')
-rw-r--r--test-requirements.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/test-requirements.txt b/test-requirements.txt
index e7442c0..696d749 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -4,6 +4,7 @@
hacking<0.11,>=0.10.0
oslotest>=1.10.0 # Apache-2.0
+httpretty>=0.8.4,<0.8.7
# These are needed for docs generation
oslosphinx>=2.5.0 # Apache-2.0