summaryrefslogtreecommitdiff
path: root/INSTALL
diff options
context:
space:
mode:
authorRobert Collins <robertc@robertcollins.net>2009-12-18 08:16:42 +1100
committerRobert Collins <robertc@robertcollins.net>2009-12-18 08:16:42 +1100
commitffc5760ffb739e0e7791b5a0fd028e165ace59ae (patch)
tree7b2d2a3e21ed1ba16fcaccab06c32877083f22dc /INSTALL
parent23e2b13175788879f38ea919eb348095af7fe86b (diff)
downloadsubunit-ffc5760ffb739e0e7791b5a0fd028e165ace59ae.tar.gz
More guidance for locating testtools.
Diffstat (limited to 'INSTALL')
-rw-r--r--INSTALL3
1 files changed, 2 insertions, 1 deletions
diff --git a/INSTALL b/INSTALL
index 368cf42..79cf7c1 100644
--- a/INSTALL
+++ b/INSTALL
@@ -15,7 +15,8 @@ Dependencies
* 'testtools' (On Debian and Ubuntu systems the 'python-testtools' package,
the testtools package on pypi, or https://launchpad.net/testtools) for
the extended test API which permits attachments. Version 0.9.2 or newer is
- required.
+ required. Of particular note, http://testtools.python-hosting.com/ is not
+ the testtools you want.
* A C compiler for the C bindings
* Perl for the Perl tools (including subunit-diff)
* Check to run the subunit test suite.