Merge lp:~gmb/launchpad/update-zope-testing-dependency-bug-996729 into lp:launchpad

Proposed by Graham Binns
Status: Merged
Approved by: Graham Binns
Approved revision: not available
Merged at revision: 15283
Proposed branch: lp:~gmb/launchpad/update-zope-testing-dependency-bug-996729
Merge into: lp:launchpad
Diff against target: 14 lines (+3/-1)
1 file modified
versions.cfg (+3/-1)
To merge this branch: bzr merge lp:~gmb/launchpad/update-zope-testing-dependency-bug-996729
Reviewer Review Type Date Requested Status
Graham Binns (community) code Approve
Review via email: mp+106797@code.launchpad.net

Description of the change

This branch updates our dependency on our zope.testing fork to -p7.

To post a comment you must log in.
Revision history for this message
Graham Binns (gmb) wrote :

Self-approving for simplicity.

review: Approve (code)

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'versions.cfg'
2--- versions.cfg 2012-05-15 23:01:53 +0000
3+++ versions.cfg 2012-05-22 12:37:20 +0000
4@@ -293,7 +293,9 @@
5 # Run "python bootstrap.py; ./bin/buildout".
6 # Make sure you have subunit installed. When running tests, be aware that
7 # three will fail initially, per http://pastebin.ubuntu.com/913757/ .
8-zope.testing = 3.9.4-p6
9+# p7 Add test output redirection for --subunit; all non-subunit output
10+# now goes to stderr.
11+zope.testing = 3.9.4-p7
12 zope.thread = 3.4
13 zope.traversing = 3.8.0
14 zope.viewlet = 3.6.1