Loading pkgs/development/python-modules/dissect-target/default.nix +6 −1 Original line number Diff line number Diff line Loading @@ -107,6 +107,7 @@ buildPythonPackage rec { ]; disabledTests = [ "test_cpio" # Test requires rdump "test_exec_target_command" # Issue with tar file Loading @@ -127,7 +128,11 @@ buildPythonPackage rec { disabledTestPaths = [ # Tests are using Windows paths "tests/plugins/apps/browser/test_browser.py" "tests/plugins/apps/browser/" # ValueError: Invalid Locate file magic. Expected /x00LOCATE02/x00 "tests/plugins/os/unix/locate/" # Missing plugin support "tests/tools/test_reg.py" ]; meta = with lib; { Loading Loading
pkgs/development/python-modules/dissect-target/default.nix +6 −1 Original line number Diff line number Diff line Loading @@ -107,6 +107,7 @@ buildPythonPackage rec { ]; disabledTests = [ "test_cpio" # Test requires rdump "test_exec_target_command" # Issue with tar file Loading @@ -127,7 +128,11 @@ buildPythonPackage rec { disabledTestPaths = [ # Tests are using Windows paths "tests/plugins/apps/browser/test_browser.py" "tests/plugins/apps/browser/" # ValueError: Invalid Locate file magic. Expected /x00LOCATE02/x00 "tests/plugins/os/unix/locate/" # Missing plugin support "tests/tools/test_reg.py" ]; meta = with lib; { Loading