[Zope-dev] zope-tests - FAILED: 3, OK: 12

Marius Gedminas marius at gedmin.as
Wed Mar 27 20:15:14 UTC 2013


On Wed, Mar 27, 2013 at 09:53:56PM +0200, Marius Gedminas wrote:
> On Wed, Mar 27, 2013 at 12:00:17PM +0100, Patrick Gerken wrote:
> > 2013/3/27 Zope tests summarizer <noreply at zope.org>
> > > [1]    FAILED  Still Failing - zopetoolkit_trunk - Build # 214
> > >        https://mail.zope.org/pipermail/zope-tests/2013-March/073549.html
...
>   svn co svn+ssh://svn.zope.org/repos/main/zopetoolkit/trunk zopetoolkit
>   cd zopetoolkit
>   virtualenv -p python2.7 python
>   python/bin/python bootstrap.py
>   bin/buildout -c development-python2.cfg buildout:prefer-final=false
>   bin/test-ztk-zope.traversing
> 
> I can reproduce the problem, and my bin/test-ztk-zope.traversing does
> *not* include persistent in sys.path.

I think we've been bit by https://bugs.launchpad.net/zc.buildout/+bug/257555

    $ ls -d src/*/*.egg
    src/BTrees/persistent-4.0.6-py2.7-linux-x86_64.egg
    src/BTrees/zope.interface-4.0.5-py2.7-linux-x86_64.egg
    src/ZODB/persistent-4.0.6-py2.7-linux-x86_64.egg
    src/ZODB/zope.interface-4.0.5-py2.7-linux-x86_64.egg
    src/zope.security/zope.interface-4.0.5-py2.7-linux-x86_64.egg
    src/zope.security/zope.proxy-4.1.3-py2.7-linux-x86_64.egg

    $ grep setup_requires src/*/setup.py
    src/BTrees/setup.py:      setup_requires=['persistent'],
    src/ZODB/setup.py:      setup_requires=['persistent'],
    src/zope.security/setup.py:    setup_requires = []
    src/zope.security/setup.py:    setup_requires = ['zope.proxy >= 4.1.0']
    src/zope.security/setup.py:      setup_requires=setup_requires,

Marius Gedminas
-- 
http://pov.lt/ -- Zope 3/BlueBream consulting and development
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 190 bytes
Desc: Digital signature
URL: <http://mail.zope.org/pipermail/zope-dev/attachments/20130327/742df25c/attachment.sig>


More information about the Zope-Dev mailing list