From a0c3e67cb5e73db26202f97010d383fc2d6b1278 Mon Sep 17 00:00:00 2001 From: Monty Taylor Date: Tue, 15 Jan 2013 06:40:47 +0000 Subject: Use testrepository setuptools support. The previous false-positive bug was fixed upstream in 0.0.13. Change-Id: Iceb07a511992249c104bbc7c34b7c35e01bd9fbd --- 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..5f195d5c1 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.13 testtools>=0.9.22 -- cgit