python3Packages.qrcode: disable sandbox-incompatible test

This commit is contained in:
Jonathan Ringer
2024-04-22 14:02:16 +02:00
committed by Martin Weinelt
parent c6cbe6895d
commit 516c9aef60
@@ -51,6 +51,9 @@ buildPythonPackage rec {
disabledTests = lib.optionals (pythonAtLeast "3.12") [
"test_change"
] ++ [
# Attempts to open a file which doesn't exist in sandbox
"test_piped"
];
meta = with lib; {