summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorMonty Taylor <mordred@inaugust.com>2012-12-24 22:01:28 -0600
committerMonty Taylor <mordred@inaugust.com>2013-01-17 14:42:52 -0500
commit02eb985124efa92bf735712db0ed174c40b74d14 (patch)
tree696c45b26c34603aea74d0ca57198d5e194f9c5d /tools
parent06acb0c009ac53777884cf5b0aa8942184d06622 (diff)
downloadpython-cinderclient-02eb985124efa92bf735712db0ed174c40b74d14.tar.gz
Move from nose to testr.
Granted - this takes the test suite from 3 seconds to 1 second... but there are a bunch of other ways (correctness) that testr is better than nose. Removed tests/v1/utils - it was not being used anywhere. Part of blueprint grizzly-testtools. Change-Id: I54d9a0b7dc22305ec60d779d6f19025a0b5dc785
Diffstat (limited to 'tools')
-rw-r--r--tools/test-requires7
1 files changed, 3 insertions, 4 deletions
diff --git a/tools/test-requires b/tools/test-requires
index e36dc94..4dd5249 100644
--- a/tools/test-requires
+++ b/tools/test-requires
@@ -1,11 +1,10 @@
distribute>=0.6.24
+coverage
+discover
fixtures
mock
-nose
-nosehtmloutput
-nosexcover
-openstack.nose_plugin
pep8==1.3.3
sphinx>=1.1.2
+testrepository>=0.0.13
testtools>=0.9.22