Re: running tests against installed version of package

2016-03-31 Thread Piotr Ożarowski
> > By default pybuild runs tests I think using the source tree. pybuild tells build system to build .py/.so files in temporary directory (with a _stable_ name), copies tests dir there as well, changes current directory to that dir (so that sys.path[0] doesn't point to sources), runs tests and rem

Re: running tests against installed version of package

2016-03-31 Thread Thomas Goirand
On 03/25/2016 08:17 AM, Brian May wrote: > Hello, > > By default pybuild runs tests I think using the source tree. In most cases, Pybuild isn't very helpful for running tests and fails in the most common traps (like the one I'm solving for you below), which is why I don't really think it's useful

Roundup in stretch? [Re: Searching for a roundup sponsor]

2016-03-31 Thread Kai Storbeck
On 01/10/15 22:11, Kai Storbeck wrote: > Hi, > > Roundup 1.4.20-1.1 is still the version in stable. Roundup 1.5 was released a > few years back, and I need someone to help me with the final stages in > getting 1.5 in stretch, or getting it removed. > > > Roundup is a python web application wit

Re: Packaging pythonpy

2016-03-31 Thread Florent Rougon
Hello, Dmitry Shachnev wrote: > Also, don't you think that /usr/bin/py is too generic? Maybe use > /usr/bin/pythonpy or something similar instead? (It's easy to change that, > as the linking is done by packaging rather than upstream buildsystem). Especially considering that 'py' is the name cho

Re: Packaging pythonpy

2016-03-31 Thread Dmitry Shachnev
Hi Tiago, On Wed, Mar 30, 2016 at 09:03:07PM -0300, Tiago Ilieve wrote: >> Major nit about your package: did you read the Python policy, in particular >> the part that tells that all new packages should use Python 3 [3]? > > Actually I had consulted it, but not read it entirely. I don't know > why

Re: running tests against installed version of package

2016-03-31 Thread Barry Warsaw
On Mar 26, 2016, at 01:49 PM, Brian May wrote: >Barry Warsaw writes: > >> In some cases, I've just taken to adding DEP-8 tests for those. > >Do you have an example I can look at? Hi Brian. Take a look at tox for example. Cheers, -Barry