summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorMonty Taylor <mordred@inaugust.com>2012-12-26 09:36:07 -0600
committerMonty Taylor <mordred@inaugust.com>2012-12-26 09:36:07 -0600
commite93d47a930f6079547c668070665a85f731d332f (patch)
tree43491b4e421be0bf4b354cd9278f0043656b166f /tools
parentf65f96bc59599a855f9f2b2cdfa503a8cdb1f758 (diff)
downloadpython-swiftclient-e93d47a930f6079547c668070665a85f731d332f.tar.gz
Use testtools as base class for test cases.
Part of blueprint grizzly-testtools Change-Id: Iff9aac184a115df9b396e218209962e6897a32d9
Diffstat (limited to 'tools')
-rw-r--r--tools/test-requires7
1 files changed, 4 insertions, 3 deletions
diff --git a/tools/test-requires b/tools/test-requires
index 6d60065..eaaf9eb 100644
--- a/tools/test-requires
+++ b/tools/test-requires
@@ -1,11 +1,12 @@
distribute>=0.6.24
+eventlet
nose
nose-exclude
+nosehtmloutput
nosexcover
openstack.nose_plugin
-nosehtmloutput
pep8==1.3
-sphinx>=1.1.2
-eventlet
python-keystoneclient
+sphinx>=1.1.2
+testtools>=0.9.22