[Zope-dev] Zope Tests: 67 OK, 2 Unknown
yuppie
y.2011 at wcm-solutions.de
Mon Jan 10 07:35:20 EST 2011
Tres Seaver wrote:
>> Subject: UNKNOWN : Zope-trunk-alltests Python-2.6.5 : Linux
>> From: Zope Tests
>> Date: Sat Jan 8 01:21:40 EST 2011
>> URL: http://mail.zope.org/pipermail/zope-tests/2011-January/028217.html
>
> These both look like:
>
> Running /usr/local/python2.6/bin/python ./bin/test --all
> Traceback (most recent call last):
> File "./bin/test", line 23, in<module>
> import zope.testrunner
> ImportError: No module named zope.testrunner
>
> The buildout output looks "normal to me -- I'm not sure how to diagnose
> remotely.
Zope 2 trunk now uses the latest testrunner version. This no longer works:
/usr/local/python2.6/bin/python ./bin/test --all
Should now be:
/usr/local/python2.6/bin/python -S ./bin/test --all
or just:
./bin/test --all
Cheers, Yuppie
More information about the Zope-Dev
mailing list