[Python-modules-commits] [sorl-thumbnail] 12/15: update disable_http_tests.patch

Wolfgang Borgert debacle at moszumanska.debian.org
Wed Oct 5 01:39:43 UTC 2016


This is an automated email from the git hooks/post-receive script.

debacle pushed a commit to branch master
in repository sorl-thumbnail.

commit 9b8d3acf23969e173568c313e2b03c2c1c760e57
Author: W. Martin Borgert <debacle at debian.org>
Date:   Wed Oct 5 03:00:40 2016 +0200

    update disable_http_tests.patch
---
 debian/patches/disable_http_tests.patch | 12 ++++++++++--
 1 file changed, 10 insertions(+), 2 deletions(-)

diff --git a/debian/patches/disable_http_tests.patch b/debian/patches/disable_http_tests.patch
index 815a0c4..b0e125d 100644
--- a/debian/patches/disable_http_tests.patch
+++ b/debian/patches/disable_http_tests.patch
@@ -40,10 +40,18 @@ index 4ef4617..da6a86a 100644
      def test_abspath(self):
          item = Item.objects.get(image='500x500.jpg')
 diff --git a/tests/thumbnail_tests/test_templatetags.py b/tests/thumbnail_tests/test_templatetags.py
-index d545519..0dbef1e 100644
+index c774dea..60de741 100644
 --- a/tests/thumbnail_tests/test_templatetags.py
 +++ b/tests/thumbnail_tests/test_templatetags.py
-@@ -146,10 +146,12 @@ class TemplateTestCaseA(BaseTestCase):
+@@ -1,6 +1,7 @@
+ # -*- coding: utf-8 -*-
+ import os
+ import re
++import unittest
+ from subprocess import Popen, PIPE
+ from PIL import Image
+ 
+@@ -113,10 +114,12 @@ class TemplateTestCaseA(BaseTestCase):
  
  
  class TemplateTestCaseB(BaseTestCase):

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/sorl-thumbnail.git



More information about the Python-modules-commits mailing list