Merge lp:~jml/subunit/document-testtools-dependency into lp:~subunit/subunit/trunk

Proposed by Jonathan Lange
Status: Merged
Merged at revision: 134
Proposed branch: lp:~jml/subunit/document-testtools-dependency
Merge into: lp:~subunit/subunit/trunk
Diff against target: 24 lines (+2/-2)
2 files modified
INSTALL (+1/-1)
setup.py (+1/-1)
To merge this branch: bzr merge lp:~jml/subunit/document-testtools-dependency
Reviewer Review Type Date Requested Status
Subunit Developers Pending
Review via email: mp+37722@code.launchpad.net

Commit message

Document that subunit depends on testtools 0.9.6 or later.

Description of the change

This branch documents that subunit depends on testtools 0.9.6 or later. The reason for the dependency is the reliance on _exc_info_to_unicode.

To post a comment you must log in.
Revision history for this message
Robert Collins (lifeless) wrote :

Thanks.

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'INSTALL'
2--- INSTALL 2009-12-17 21:16:42 +0000
3+++ INSTALL 2010-10-06 10:27:44 +0000
4@@ -14,7 +14,7 @@
5 * Python for the filters
6 * 'testtools' (On Debian and Ubuntu systems the 'python-testtools' package,
7 the testtools package on pypi, or https://launchpad.net/testtools) for
8- the extended test API which permits attachments. Version 0.9.2 or newer is
9+ the extended test API which permits attachments. Version 0.9.6 or newer is
10 required. Of particular note, http://testtools.python-hosting.com/ is not
11 the testtools you want.
12 * A C compiler for the C bindings
13
14=== modified file 'setup.py'
15--- setup.py 2010-06-24 11:35:52 +0000
16+++ setup.py 2010-10-06 10:27:44 +0000
17@@ -9,7 +9,7 @@
18 else:
19 extra = {
20 'install_requires': [
21- 'testtools',
22+ 'testtools>=0.9.6',
23 ]
24 }
25

Subscribers

People subscribed via source and target branches