On Thu, Jul 22, 2010 at 19:10, Gary Poster <gary.pos...@canonical.com> wrote:
>> Well, in that case it probably works now. I'll try again (with the
>> betafix branch, right?)
>
> Yeah, exactly (though like I said, I couldn't dupe it with 1.5.0b1 either)

OK, the way to duplicate it is to run the tests with

  $python setup.py test

To make that happen with 1.5.0dev, you have to make an sdist, put that
in the trunk directory, and also add

    dependency_links = ['.'],

to setup.py parameters.

The error doesn't appear if you run bin/test. Although I get other
errors when I do that. However, they are not related to your branch,
that happens with 1.5.0b2 as well:

Failed example:
    print system(os.path.join(sample_buildout, 'bin', 'buildout') + ' -q'),
Expected nothing
Got:
    install_dir
/tmp/tmpa_M-fRbuildoutSetUp/_TEST_/sample-buildout/develop-eggs/tmpDfJdS0build
    install_dir
/tmp/tmpa_M-fRbuildoutSetUp/_TEST_/sample-buildout/develop-eggs/tmpDfNtGFbuild
    install_dir
/tmp/tmpa_M-fRbuildoutSetUp/_TEST_/sample-buildout/develop-eggs/tmpuSWFFvbuild


However, with 1.5.0b2 and python setup.py test, the tests passes.
What a mess. :-)

-- 
Lennart Regebro, Colliberty: http://www.colliberty.com/
Python, Zope, Plone blog: http://regebro.wordpress.com/
Telephone: +33 661 58 14 64
_______________________________________________
Distutils-SIG maillist  -  Distutils-SIG@python.org
http://mail.python.org/mailman/listinfo/distutils-sig

Reply via email to