
Hello,
I got zc.recipe.testrunner tests pass. Now after I added zc.recipe.testrunner 1.2.1 to ZTK trunk, I have the following problems after running "bin\buildout -t 2 -c development.cfg": (This is MS windows!)
could't load zc.buildout entry point default from z3c.recipe.compattest: Picked: zope.testing = 3.9.5. While: Installing. Getting section test-ztk. Initializing section test-ztk. Installing recipe z3c.recipe.compattest. Getting distribution for 'zope.testing>=3.6.0,<3.10.0'. Error: Picked: zope.testing = 3.9.5
Complete output is here: http://pastebin.org/760371 Source is here: svn://svn.zope.org/repos/main/zopetoolkit/trunk
What's going on? buildout has "allow-picked-versions = false" and "zope.testing = 3.9.5" so why "Error: Picked: zope.testing = 3.9.5" ???