[Distutils] [zc.buildout] building a testrunner

Chris Withers chris at simplistix.co.uk
Thu Jul 24 20:58:30 CEST 2008


Jim Fulton wrote:
> 
> Don't know. Must be a windows thing. ;)
> 
> I tried your buildout -- even on windows :) -- at it worked fine for me. 
> The test ran find (with a test failure).  I suggest making sure your 
> Python is clean.

Well, I just tried this on linux on both python2.4 and python2.5, source 
built pythons and got very similar results to those on windows.
(with the testrunner tripping up on stuff in the egg cache)

In all cases, the egg versions picked were as follows:

zc.buildout 1.1.0
setuptools 0.6c8
zc.recipe.testrunner 1.0.0
zc.recipe.egg 1.1.0
zope.testing 3.6.0
zope.interface 3.4.1
elementtree 1.2.7-20070827-preview

Do these match the versions you're using?

I've attached the full output from when I'd just completed the svn 
checkout on trunk through running tests with both versions of python in 
case you can spot anything "different".

I've also attached the bin/test script. It'd be interesting to know if 
this differs from yours.

The only other thing I can think of: do you maybe have "default user 
config files" living in ~ that are influencing zope.testing or 
zc.recipe.testrunner in some way?

cheers,

Chris

PS: The buildout.cfg I'm now using is also checked in and the svn path
     is https://secure.simplistix.co.uk/svn/Simplistix/twiddler/trunk

-- 
Simplistix - Content Management, Zope & Python Consulting
            - http://www.simplistix.co.uk
-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: unix.txt
URL: <http://mail.python.org/pipermail/distutils-sig/attachments/20080724/8a550807/attachment-0002.txt>
-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: test
URL: <http://mail.python.org/pipermail/distutils-sig/attachments/20080724/8a550807/attachment-0003.txt>


More information about the Distutils-SIG mailing list