Skip to content

Commit 516c9ae

Browse files
jonringermweinelt
authored andcommitted
python3Packages.qrcode: disable sandbox-incompatible test
1 parent c6cbe68 commit 516c9ae

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

pkgs/development/python-modules/qrcode/default.nix

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,9 @@ buildPythonPackage rec {
5151

5252
disabledTests = lib.optionals (pythonAtLeast "3.12") [
5353
"test_change"
54+
] ++ [
55+
# Attempts to open a file which doesn't exist in sandbox
56+
"test_piped"
5457
];
5558

5659
meta = with lib; {

0 commit comments

Comments
 (0)