python312Packages.qrcode: disable failing test on Python 3.12
This commit is contained in:
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user