summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorMonty Taylor <mordred@inaugust.com>2013-01-11 15:32:25 +0100
committerMonty Taylor <mordred@inaugust.com>2013-01-12 13:33:42 -0800
commitc945b71929d7dc872ea27103ca8b6ec3d5cc7cd5 (patch)
treed30480a239a9b05cf9f0fce5e8bc32b05e3b6813 /tools
parentacbf4ea118bd65fe73d5c31275990bf4992e80f7 (diff)
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
Diffstat (limited to 'tools')
-rw-r--r--tools/test-requires2
1 files changed, 1 insertions, 1 deletions
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