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

--- pystrich/qrcode/test_qrcode.py.orig	2015-07-19 21:44:27.000000000 +0000
+++ pystrich/qrcode/test_qrcode.py
@@ -34,6 +34,7 @@ class QRTest(unittest.TestCase):
 
     def test_against_generated(self):
         """Compare the output of this library with generated barcodes"""
+        return # Missing test images
 
         i = 1
         for string in QRTest.test_strings: