21 Sep
2010
21 Sep
'10
11:58 a.m.
2010/9/21 Michael Howitz <mh@gocept.com>:
Am 20.09.2010 um 17:22 schrieb Tres Seaver: [...]
Right, and we should be adding zope.testrunner to the ZTK trunk.
Done in r116694. But this change might lead to other problems: When updating to zope.testing 3.10.0 in ztk-versions.cfg I get the following error when running buildout:
The version, 3.10.0, is not consistent with the requirement, 'zope.testing>=3.6.0,<3.10.0'. While: Installing. Getting section test-ztk. Initializing section test-ztk. Installing recipe z3c.recipe.compattest. Error: Bad version 3.10.0
Need to update zc.recipe.testrunner to 1.3.0 that is compatible with zope.testing 3.10. The patch doing that is attached. Gediminas