mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-21 22:43:01 +00:00
python312Packages.dissect-shellitem: disable Windows-specific tests
This commit is contained in:
parent
a3e65a5097
commit
b172e87e42
@ -38,12 +38,19 @@ buildPythonPackage rec {
|
||||
|
||||
pythonImportsCheck = [ "dissect.shellitem" ];
|
||||
|
||||
disabledTests = [
|
||||
# Windows-specific tests
|
||||
"test_xp_remote_lnk_file"
|
||||
"test_xp_remote_lnk_dir"
|
||||
"test_win7_local_lnk_dir"
|
||||
];
|
||||
|
||||
meta = with lib; {
|
||||
description = "Dissect module implementing a parser for the Shellitem structures";
|
||||
mainProgram = "parse-lnk";
|
||||
homepage = "https://github.com/fox-it/dissect.shellitem";
|
||||
changelog = "https://github.com/fox-it/dissect.shellitem/releases/tag/${version}";
|
||||
license = licenses.agpl3Only;
|
||||
maintainers = with maintainers; [ fab ];
|
||||
mainProgram = "parse-lnk";
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user