summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorMonty Taylor <mordred@inaugust.com>2012-12-24 21:49:34 -0600
committerMonty Taylor <mordred@inaugust.com>2012-12-24 23:39:32 -0600
commit06acb0c009ac53777884cf5b0aa8942184d06622 (patch)
tree32e051e83e96b67306494ef146681a0c6fbc5b18 /tools
parentbf7b86748a49455ae1545f01fe5cfc9b801223aa (diff)
downloadpython-cinderclient-06acb0c009ac53777884cf5b0aa8942184d06622.tar.gz
Move from unittest2 to testtools
Part of blueprint grizzly-testtools Change-Id: I13e068ca156f12114eaa3a65bdb557e4eb2c988d
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 10b90c4..e36dc94 100644
--- a/tools/test-requires
+++ b/tools/test-requires
@@ -1,10 +1,11 @@
-
distribute>=0.6.24
+
+fixtures
mock
nose
+nosehtmloutput
nosexcover
openstack.nose_plugin
-nosehtmloutput
pep8==1.3.3
sphinx>=1.1.2
-unittest2
+testtools>=0.9.22