[Zope-dev] [Distutils] Where is the setuptools source repository?
Jim Fulton
jim at zope.com
Thu Jul 2 10:44:21 EDT 2009
Switching to zope-dev.
On Jul 2, 2009, at 10:40 AM, Chris Withers wrote:
> Jim Fulton wrote:
>> buildout works fine. The problem is the zope.testing test runner,
>> which will find tests in your eggs directory if your buildout is in
>> your software path.
>
> I'm safe from this one, since I store all my eggs in ~/buildout-eggs
> as specified in my ~/.buildout/default.cfg.
>
> However, the same problem occurs with the contents of the build
> directory :-(
It is really rather shallow and should be easy to fix. The issue is
that the test finder will descend into directories that don't have
__init__.py files, and shouldn't.
Jim
--
Jim Fulton
Zope Corporation
More information about the Zope-Dev
mailing list