From 9576c6fdeba252d4548c37aa2cbf699f28d4c14b Mon Sep 17 00:00:00 2001 From: "James E. Blair" Date: Mon, 14 Jan 2013 21:44:21 +0000 Subject: Revert "Use testr setuptools commands." This reverts commit c945b71929d7dc872ea27103ca8b6ec3d5cc7cd5 which caused the unit test command to always exit sucessfully. Change-Id: I410cbc878675503f0ce6e50bddc4fd0552370c46 --- tools/test-requires | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tools') diff --git a/tools/test-requires b/tools/test-requires index c1683fe27..6ee42d31c 100644 --- a/tools/test-requires +++ b/tools/test-requires @@ -11,5 +11,5 @@ pep8==1.3.3 pylint==0.25.2 python-subunit sphinx>=1.1.2 -testrepository>=0.0.12 +testrepository>=0.0.8 testtools>=0.9.22 -- cgit