Unverified Commit 516c9aef authored by Jonathan Ringer's avatar Jonathan Ringer Committed by Martin Weinelt
Browse files

python3Packages.qrcode: disable sandbox-incompatible test

parent c6cbe689
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -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; {