Package: tox / 1.8.0-1

Metadata

Package Version Patches format
tox 1.8.0-1 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
intersphinx mapping.patch | (download)

doc/conf.py | 18 17 + 1 - 0 !
1 file changed, 17 insertions(+), 1 deletion(-)

 use local object inventory files for sphinx

 Use the local object inventory files to prevent sphinx-build from
 downloading them during build.
 This patch makes the intersphinx mappings depend on the existence of
 these files, thus passing Debian Policy 12.3 while still maintaining
 a level of comfort for the reader of the documentation.
hack requires.patch | (download)

setup.py | 6 0 + 6 - 0 !
tox.egg-info/requires.txt | 1 0 + 1 - 0 !
2 files changed, 7 deletions(-)

 remove the virtualenv versioned requirements.

 We'll ensure that the proper dependencies are available via Depends, but
 the requires.txt line tries to do an import to verify the requirement, and
 we don't build the Python 3 version of virtualenv yet.
build time test adjustments.patch | (download)

tests/test_config.py | 1 1 + 0 - 0 !
tests/test_venv.py | 1 1 + 0 - 0 !
tests/test_z_cmdline.py | 31 29 + 2 - 0 !
tox.ini | 2 1 + 1 - 0 !
4 files changed, 32 insertions(+), 3 deletions(-)

 skip some tests at build time, fix others.

 Some of tox's unit tests require tox to be already built and installed.  This
 is a catch 22, and such tests can't pass at package build time.  These are
 disabled by adding a decorator that skips the test when an environment
 variable is set.  debian/rules sets this envar.  The DEP-8 tests do not set
 this envar and therefore run the full test suite.

 A few other tests just need some tweaks during package build, e.g. to use the
 system packages rather than trying to download them from PyPI.

 This also tweaks the tox.ini to use Debian's Python 3 py.test executable.

Patch-Name: build-time-test-adjustments.patch

de google ify.patch | (download)

doc/_templates/layout.html | 9 0 + 9 - 0 !
1 file changed, 9 deletions(-)

 de-google-ify

Patch-Name: de-google-ify.patch