[py-dev] py.test and editors (Re: [issue57] Emacs and py.test tracebacks)

Ralf Schmitt schmir at gmail.com
Wed Aug 13 17:24:25 CEST 2008


On Wed, Aug 13, 2008 at 8:21 AM, holger krekel <holger at merlinux.eu> wrote:

>
> sure but in any case i don't want to change this going from 0.9.1 to 0.9.2.

ack.

>
> I think i'd like to have a flag that turns automatic
> compilation on or off. A setup.py installed release
> should have this flag off so that no automatic
> installation occurs.

I've implemented this in http://systemexit.de/repo/py-setup/rev/4e18f70b985d.
The flag used here is the existence of greenlet.c in py/c-extensions/greenlet/.


>
> is it usual to do  binary eggs for linux/osx?

linux no. osx probably. some people might not have xcode installed.


>> The MANIFEST.in file should not be needed as setuptools would handle
>> that automatically for a subversion repository.
>
> ah, it looks at all the files that are versioned?
>

yes



More information about the Pytest-dev mailing list