From 91438920b465ec7455dd1cd700bbe8ec5050b3f9 Mon Sep 17 00:00:00 2001 From: Jelmer Vernooij Date: Thu, 9 Dec 2010 14:51:51 +0100 Subject: subunit: Update to newer upstream snapshot. --- lib/subunit/INSTALL | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to 'lib/subunit/INSTALL') diff --git a/lib/subunit/INSTALL b/lib/subunit/INSTALL index 79cf7c18d0..06122552ed 100644 --- a/lib/subunit/INSTALL +++ b/lib/subunit/INSTALL @@ -14,7 +14,7 @@ Dependencies * Python for the filters * '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 + the extended test API which permits attachments. Version 0.9.8 or newer is required. Of particular note, http://testtools.python-hosting.com/ is not the testtools you want. * A C compiler for the C bindings @@ -23,3 +23,10 @@ Dependencies * python-gtk2 if you wish to use subunit2gtk * python-junitxml if you wish to use subunit2junitxml * pkg-config for configure detection of supporting libraries. + +Binary packages +--------------- + +A number of distributions now include subunit, you can try via your package +manager. The authors maintain a personal package archive on Launchpad:: + https://launchpad.net/~testing-cabal/+archive/archive -- cgit