mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-02 03:43:06 +00:00
python312Packages.qrcode: disable failing test on Python 3.12
This commit is contained in:
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";
|
||||
|
Loading…
Reference in New Issue
Block a user