summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorJosh Kearney <josh@jk0.org>2013-01-22 11:09:11 -0600
committerJosh Kearney <josh@jk0.org>2013-01-22 12:16:09 -0600
commit63c8bb5306d15c7679b2cd1d22b6ee556967863d (patch)
tree3ffa74771e9c85cd9023ce5294147bb633d3cea2 /tools
parentc1ea2989049c102fde0ea22ac06d066a34d7b0db (diff)
downloadpython-openstackclient-63c8bb5306d15c7679b2cd1d22b6ee556967863d.tar.gz
Migrate from nose to testr.
Run tests with testr for parallel execution. Part of blueprint grizzly-testtools. Change-Id: I560592186f2f440049a451a32e58067262ab62d0
Diffstat (limited to 'tools')
-rw-r--r--tools/test-requires11
1 files changed, 5 insertions, 6 deletions
diff --git a/tools/test-requires b/tools/test-requires
index d96d52b6..7fb687d2 100644
--- a/tools/test-requires
+++ b/tools/test-requires
@@ -1,12 +1,11 @@
distribute>=0.6.24
-fixtures
+coverage
+discover
+fixtures>=0.3.12
mock
-nose
-nose-exclude
-nosexcover
-nosehtmloutput
openstack.nose_plugin
pep8==1.1
sphinx>=1.1.2
-testtools>=0.9.22
+testrepository>=0.0.13
+testtools>=0.9.26