Package: django-nose / 1.1-1

Metadata

Package Version Patches format
django-nose 1.1-1 3.0 (quilt)

Patch series

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

runtests.sh | 13 8 + 5 - 0 !
1 file changed, 8 insertions(+), 5 deletions(-)

 enable non-default python versions for test runs
 The original version of runtests.sh only allows to run the tests on the current 
 default python version. This patch add the environment variable PYTHON that can 
 be set to a specific python binary (e.g. python2.6) to run the tests with.
 It also changes the path for django-admin.py to the one supplied by the 
 python-django package.