From 6a085e9299db021ba52be5844d55946482f555f9 Mon Sep 17 00:00:00 2001 From: axxel Date: Tue, 7 Jan 2025 01:30:44 +0100 Subject: [PATCH] python: re-enable test_write_read_cycle_numpy on Windows (see #735) --- wrappers/python/test.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wrappers/python/test.py b/wrappers/python/test.py index f3d1282a79..655669ccb9 100644 --- a/wrappers/python/test.py +++ b/wrappers/python/test.py @@ -120,7 +120,7 @@ def test_write_read_cycle_buffer(self): self.check_res(zxingcpp.read_barcode(img), format, text) - @unittest.skipIf(not has_numpy or platform.system() == "Windows", "need numpy for read/write tests") + @unittest.skipIf(not has_numpy, "need numpy for read/write tests") def test_write_read_cycle_numpy(self): import numpy as np format = BF.QRCode