[Zope-dev] Zope Tests: 109 OK, 24 Failed, 4 Unknown

Laurence Rowe l at lrowe.co.uk
Wed Mar 23 10:49:37 EDT 2011


On 23 March 2011 14:43, Tres Seaver <tseaver at palladion.com> wrote:
> Multiple 'Content-Length' headers is definitely a Bad Thing.  I filed a
> bug, which Mark Ramm has promised to escalate:
>
>  https://sourceforge.net/apps/trac/sourceforge/ticket/18486
>
> I have a patch for setuptools which works around it:
>
>  http://bugs.python.org/setuptools/issue123
>
> I'm not sure how to work around the issue at the moment.

I always add the following to my buildout.cfg to avoid problems with
random third party servers:

allow-hosts =
    *.python.org
    *.plone.org
    launchpad.net

(launchpad.net is there only for mocker which does not have a pypi release).

Laurence


More information about the Zope-Dev mailing list