summaryrefslogtreecommitdiff
path: root/test-requirements.txt
diff options
context:
space:
mode:
authorMonty Taylor <mordred@inaugust.com>2013-06-17 17:22:42 -0400
committerJenkins <jenkins@review.openstack.org>2013-06-27 01:49:59 +0000
commitbc7588343f62e768aefd3f7b07bae516319d1296 (patch)
tree39bb13bfec33d27c283f2b464e4f0d24a25e7b64 /test-requirements.txt
parent4998315d0307405fc38824bc8d683a1595ca73d3 (diff)
downloadzuul-bc7588343f62e768aefd3f7b07bae516319d1296.tar.gz
Migrate to testrepository.
Needed to move some directory creation around to be contained within the testcase, but with parallel testing, we shave 48 seconds off the run time and go from around 60s to around 11. We're also now compatible with future subunit-based fast-fail semantics when we grow them. Change-Id: I6c7148c29d1edb5d9469a8c2afe4b31b2b340009 Reviewed-on: https://review.openstack.org/33352 Approved: James E. Blair <corvus@inaugust.com> Reviewed-by: James E. Blair <corvus@inaugust.com> Tested-by: Jenkins
Diffstat (limited to 'test-requirements.txt')
-rw-r--r--test-requirements.txt6
1 files changed, 4 insertions, 2 deletions
diff --git a/test-requirements.txt b/test-requirements.txt
index ef6d24e0f..65b91f01b 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -1,7 +1,9 @@
hacking>=0.5.3,<0.6
coverage
-nose
-nosehtmloutput
sphinx
docutils==0.9.1
+fixtures>=0.3.12
+python-subunit
+testrepository>=0.0.13
+testtools>=0.9.27