We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c6cbe68 commit 516c9aeCopy full SHA for 516c9ae
pkgs/development/python-modules/qrcode/default.nix
@@ -51,6 +51,9 @@ buildPythonPackage rec {
51
52
disabledTests = lib.optionals (pythonAtLeast "3.12") [
53
"test_change"
54
+ ] ++ [
55
+ # Attempts to open a file which doesn't exist in sandbox
56
+ "test_piped"
57
];
58
59
meta = with lib; {
0 commit comments