[Distutils] Question about testing

2010-08-17 Thread Ronald Oussoren
Hi, What's the best way to bundle tests into a test archive for a distribution using distribute or setuptools? My requirements: * Tests should not be installed because the testsuite is larger than the actual package and not generally usefull * "python setup.py develop" should also not add the t

Re: [Distutils] Issue with Setuptools package name

2010-08-17 Thread Brad Allen
I am not sure if this got lost in the shuffle, but Praveen said this problem only occurs if the package name begins with the string "build". The problem doesn't occur if the package is renamed to something else. On Thu, Aug 12, 2010 at 10:05 PM, P.J. Eby wrote: > At 11:36 AM 8/12/2010 +0530, pavi

Re: [Distutils] Issue with Setuptools package name

2010-08-17 Thread P.J. Eby
At 08:37 AM 8/17/2010 -0500, Brad Allen wrote: I am not sure if this got lost in the shuffle, but Praveen said this problem only occurs if the package name begins with the string "build". The problem doesn't occur if the package is renamed to something else. That's why I gave the instructions t

Re: [Distutils] Question about testing

2010-08-17 Thread P.J. Eby
At 12:35 PM 8/17/2010 +0200, Ronald Oussoren wrote: Hi, What's the best way to bundle tests into a test archive for a distribution using distribute or setuptools? My requirements: * Tests should not be installed because the testsuite is larger than the actual package and not generally useful