Package: django-nose / 1.4.4-1

Metadata

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

Patch series

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

runtests.sh | 31 18 + 13 - 0 !
1 file changed, 18 insertions(+), 13 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.
0002 Remove unnecessary dependency on dj_database_url.patch | (download)

testapp/settings.py | 14 4 + 10 - 0 !
1 file changed, 4 insertions(+), 10 deletions(-)

 remove unnecessary dependency on dj_database_url.

Importing dj_database_url for a simple test application is not necessary,
replace the static database configuration with a defautl one from Django.

0003 Disable tests that use REUSE_DB as they are currentl.patch | (download)

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

 disable tests that use reuse_db as they are currently broken.

Bug-Vendor: https://github.com/django-nose/django-nose/milestones/Fix%20REUSE_DB=1