From c945b71929d7dc872ea27103ca8b6ec3d5cc7cd5 Mon Sep 17 00:00:00 2001 From: Monty Taylor Date: Fri, 11 Jan 2013 15:32:25 +0100 Subject: Use testr setuptools commands. Replace the embedded shell scripts with setuptools commands provided by upstream. Cleans up a few warnings that this cause tox to show. Change-Id: I9eb47142eafb6ed038b358b94984462ca1632542 --- 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 6ee42d31c..c1683fe27 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.8 +testrepository>=0.0.12 testtools>=0.9.22 -- cgit