summaryrefslogtreecommitdiff
path: root/graphics/py-strich/patches/patch-pystrich_code128_test__code128.py
blob: 9ef640c4fe90dbdd55f863f0c1514716a1db4bd9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
$NetBSD: patch-pystrich_code128_test__code128.py,v 1.1 2017/10/23 13:38:41 joerg Exp $

--- pystrich/code128/test_code128.py.orig	2017-10-23 13:01:32.367532563 +0000
+++ pystrich/code128/test_code128.py
@@ -72,6 +72,7 @@ class Code128Test(unittest.TestCase):
 
     def test_against_generated(self):
         """Compare the output of this library with generated barcodes"""
+        return # Missing test images
 
         for index, string in enumerate(Code128Test.test_strings):
             generated = tempfile.mkstemp(".png")[1]