[Zope-dev] Why does zope.tales explicitly pin versions in buildout.cfg?

Fabio Tranchitella kobold at kobold.it
Wed Aug 5 12:00:27 EDT 2009


Hello,

this is the buildout.cfg in zope.tales:

    [buildout]
    develop = .
    parts = test
    versions = versions

    [test]
    recipe = zc.recipe.testrunner
    eggs = zope.tales

    [versions]
    zope.traversing = 3.4.0
    zope.app.publisher = 3.4.

Is there a specific reason for having the version pinning? Automatic testing of
zope.tales obviously fails using the KGS, because zope.traversing there is
3.7.1.

Is it possible to remove the "versions" stanza?

Thanks,
Fabio


More information about the Zope-Dev mailing list