summaryrefslogtreecommitdiff
path: root/INSTALL.txt
diff options
context:
space:
mode:
authorRobert Collins <robertc@robertcollins.net>2014-08-24 09:39:32 +1200
committerRobert Collins <robertc@robertcollins.net>2014-08-24 09:39:32 +1200
commit817950c144d70df8bab90fd18d4e5802e8cee25c (patch)
treeff57f423daa008344f762476553ab01a5d491562 /INSTALL.txt
parent54243f705d9d8883418c9f091c44c3743cb613e8 (diff)
downloadtestrepository-817950c144d70df8bab90fd18d4e5802e8cee25c.tar.gz
Make subunit 0.0.18 be a hard dependency.
The v2 protocol solves key issues in concurrency and stream handling. Users that cannot use subunit v2 can run an older testrepository, or contact upstream to work through whatever issue is blocking them.
Diffstat (limited to 'INSTALL.txt')
-rw-r--r--INSTALL.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/INSTALL.txt b/INSTALL.txt
index 70a80f1..b6ca194 100644
--- a/INSTALL.txt
+++ b/INSTALL.txt
@@ -6,7 +6,7 @@ Run time dependencies
* Python2.4 or newer.
-* subunit
+* subunit (0.0.18 or newer).
* fixtures (https://launchpad.net/python-fixtures, or
http://pypi.python.org/pypi/fixtures/).