Avoiding download of intersphinx inventories during build

2011-07-05 Thread Nikolaus Rath
Hello, The python module I'm packaging uses intersphinx. Since the debian package rebuilds the documentation from the sources, the package needs to download the inventories: Running Sphinx v1.1pre loading pickled environment... not yet created loading intersphinx inventory from http://docs.python

Re: Current state of packaging Python software for Debian

2011-07-05 Thread Barry Warsaw
On Jul 04, 2011, at 08:20 AM, Robert Collins wrote: >unittest2 is still a unittest runner at heart; the basic model is >sound to scale up to N processes and so forth (see tox or >testrespository for instance), but compatibility with arbitrary ways >of running is pretty tricky. See for instance the