summaryrefslogtreecommitdiff
path: root/test-requirements.txt
diff options
context:
space:
mode:
authorzhang-jinnan <ben.os@99cloud.net>2014-02-19 21:14:14 +0800
committerzhang-jinnan <ben.os@99cloud.net>2014-03-03 16:16:07 +0800
commit26e644f7bbd8fe6af43024a3da8f12d2e0f92a9d (patch)
treed2828bc319c2ebe5be9913425f706a8add6ea13d /test-requirements.txt
parent52893e3ce548af98d6b5d30cdda37e7f3da7122f (diff)
downloadpython-swiftclient-26e644f7bbd8fe6af43024a3da8f12d2e0f92a9d.tar.gz
Use six.StringIO instead of StringIO.StringIO
Keep Python 3.x compatibility Change-Id: If7a8f0630bd2582ca9488313dcc59805c2ce1835
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 d5673f3..936735e 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -4,6 +4,7 @@ coverage>=3.6
discover
mock>=1.0
python-keystoneclient>=0.6.0
+six>=1.5.2
sphinx>=1.1.2,<1.2
testrepository>=0.0.18
testtools>=0.9.34