Loading pkgs/by-name/un/unblob/package.nix +12 −6 Original line number Diff line number Diff line Loading @@ -104,11 +104,17 @@ python3.pkgs.buildPythonApplication rec { versionCheckProgramArg = "--version"; pytestFlagsArray = [ "--no-cov" pytestFlagsArray = let # `disabledTests` swallows the parameters between square brackets disabled = [ # https://github.com/tytso/e2fsprogs/issues/152 "-k 'not test_all_handlers[filesystem.extfs]'" "test_all_handlers[filesystem.extfs]" ]; in [ "--no-cov" "-k 'not ${lib.concatStringsSep " and not " disabled}'" ]; passthru = { Loading Loading
pkgs/by-name/un/unblob/package.nix +12 −6 Original line number Diff line number Diff line Loading @@ -104,11 +104,17 @@ python3.pkgs.buildPythonApplication rec { versionCheckProgramArg = "--version"; pytestFlagsArray = [ "--no-cov" pytestFlagsArray = let # `disabledTests` swallows the parameters between square brackets disabled = [ # https://github.com/tytso/e2fsprogs/issues/152 "-k 'not test_all_handlers[filesystem.extfs]'" "test_all_handlers[filesystem.extfs]" ]; in [ "--no-cov" "-k 'not ${lib.concatStringsSep " and not " disabled}'" ]; passthru = { Loading