python312Packages.qrcode: disable failing test on Python 3.12

This commit is contained in:
Fabian Affolter
2024-01-20 09:08:29 +01:00
parent 2c772de995
commit 228b1545e4
@@ -5,6 +5,7 @@
, pillow
, pypng
, pytestCheckHook
, pythonAtLeast
, qrcode
, setuptools
, testers
@@ -48,6 +49,10 @@ buildPythonPackage rec {
};
};
disabledTests = lib.optionals (pythonAtLeast "3.12") [
"test_change"
];
meta = with lib; {
description = "Python QR Code image generator";
homepage = "https://github.com/lincolnloop/python-qrcode";