Package: django-celery / 2.5.5-2

Metadata

Package Version Patches format
django-celery 2.5.5-2 3.0 (quilt)

Patch series

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

djcelery/tests/test_views.py | 4 4 + 0 - 0 !
1 file changed, 4 insertions(+)

 disable certain unittests by environment
 This patch allows to set the environment variable DEB_NETWORK_TESTS to 
 "disabled" which will cause certain tests that rely on networking 
 (loopback interface) to be skipped. This is used for the webhook tests
 by now.
fix_dependencies.patch | (download)

requirements/test.txt | 1 0 + 1 - 0 !
setup.py | 7 0 + 7 - 0 !
tests/settings.py | 5 1 + 4 - 0 !
3 files changed, 1 insertion(+), 12 deletions(-)

 remove pretty-printing nose-cover3 from build.
 nose-cover3 is not essential to the build-proccess and is not packaged
 for Debian. Thus removing it from the sources.
no issues.patch | (download)

docs/conf.py | 7 4 + 3 - 0 !
1 file changed, 4 insertions(+), 3 deletions(-)

 do not build issues if deb_build_issues=disabled
   Building the issues via sphinxcontrib.issuetracker requires
   a network connection which is not available on Debian
   buildds.