python3Packages.dissect-hypervisor: disable failing test
This commit is contained in:
@@ -44,6 +44,11 @@ buildPythonPackage rec {
|
||||
|
||||
pythonImportsCheck = [ "dissect.hypervisor" ];
|
||||
|
||||
disabledTests = [
|
||||
# Read error
|
||||
"test_vmtar"
|
||||
];
|
||||
|
||||
meta = {
|
||||
description = "Dissect module implementing parsers for various hypervisor disk, backup and configuration files";
|
||||
homepage = "https://github.com/fox-it/dissect.hypervisor";
|
||||
|
||||
Reference in New Issue
Block a user