[Zope-dev] Zope Tests: 26 OK, 15 Failed, 2 Unknown

Michael Howitz mh at gocept.com
Wed Aug 25 06:35:57 EDT 2010


Am 25.08.2010 um 11:41 schrieb Christophe Combelles:
> Le 25/08/2010 11:18, Marius Gedminas a écrit :
> 
>> FWIW I had to downgrade virtualenv back to 1.3.3, since 1.4.5 uses Distribute
>> by default, and zc.zope3recipes 0.6.2 doesn't like Distribute:
>> 
>> File "/var/lib/buildbot/eggs/zc.zope3recipes-0.6.2-py2.4.egg/zc/zope3recipes/README.txt", line 78, in README.txt
>> Failed example:
>>     print system(join('bin', 'buildout')),
>> Expected:
>>     Develop: '/sample-buildout/demo1'
>>     Develop: '/sample-buildout/demo2'
>>     Installing myapp.
>>     Generated script '/sample-buildout/parts/myapp/runzope'.
>>     Generated script '/sample-buildout/parts/myapp/debugzope'.
>> Got:
>>     Develop: '/sample-buildout/demo1'
>>     install_dir /sample-buildout/develop-eggs/tmpGFC-Sdbuild
>>     Develop: '/sample-buildout/demo2'
>>     install_dir /sample-buildout/develop-eggs/tmpIidjYCbuild
>>     Installing myapp.
>>     Generated script '/sample-buildout/parts/myapp/runzope'.
>>     Generated script '/sample-buildout/parts/myapp/debugzope'.
> 
> 
> I suppose this should be fixed in Distribute instead. Just a matter of not 
> displaying install_dir.

Alternatively a renormalizer could help:

(re.compile('install_dir .*'), '')


Yours sincerely,
-- 
Michael Howitz · mh at gocept.com · software developer
gocept gmbh & co. kg · forsterstraße 29 · 06112 halle (saale) · germany
http://gocept.com · tel +49 345 1229889 8 · fax +49 345 1229889 1
Zope and Plone consulting and development



More information about the Zope-Dev mailing list