launchpad-reviewers team mailing list archive
-
launchpad-reviewers team
-
Mailing list archive
-
Message #09449
[Merge] lp:~gmb/launchpad/zope.testing-p16 into lp:launchpad
Graham Binns has proposed merging lp:~gmb/launchpad/zope.testing-p16 into lp:launchpad.
Requested reviews:
Graham Binns (gmb): code
For more details, see:
https://code.launchpad.net/~gmb/launchpad/zope.testing-p16/+merge/113011
This branch updates our zope.testing dependency to p16 of our fork, which fixes problems related to skips when running under Python 2.7.
--
https://code.launchpad.net/~gmb/launchpad/zope.testing-p16/+merge/113011
Your team Launchpad code reviewers is subscribed to branch lp:launchpad.
=== modified file 'versions.cfg'
--- versions.cfg 2012-06-22 14:56:27 +0000
+++ versions.cfg 2012-07-02 10:40:27 +0000
@@ -311,10 +311,11 @@
# raise an error and quit.
# p14 Adds test data written to stderr and stdout into the subunit output.
# p15 Fixed internal tests.
+# p16 Adds support for skips in Python 2.7
# To build (use Python 2.6) run "python bootstrap.py; ./bin/buildout". Then to
# build the distribution run "bin/buildout setup . sdist"
# Make sure you have subunit installed.
-zope.testing = 3.9.4-p15
+zope.testing = 3.9.4-p16
zope.thread = 3.4
zope.traversing = 3.8.0
zope.viewlet = 3.6.1
Follow ups