From c2d838da98028758a5f7083fae3579dc647c8a28 Mon Sep 17 00:00:00 2001 From: "James E. Blair" Date: Mon, 14 Jan 2013 21:44:21 +0000 Subject: [PATCH] Revert "Use testr setuptools commands." This reverts commit c945b71929d7dc872ea27103ca8b6ec3d5cc7cd5 which caused the unit test command to always exit sucessfully. Change-Id: I410cbc878675503f0ce6e50bddc4fd0552370c46 --- test-requires | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test-requires b/test-requires index c1683fe..6ee42d3 100644 --- a/test-requires +++ b/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