python313Packages.dissect-etl: disable failing tests

This commit is contained in:
Fabian Affolter
2025-05-26 21:29:42 +02:00
parent 1a08674e83
commit c3c28da4ce
@@ -40,6 +40,12 @@ buildPythonPackage rec {
pythonImportsCheck = [ "dissect.etl" ];
disabledTests = [
# Invalid header magic
"test_sqlite"
"test_empty"
];
meta = with lib; {
description = "Dissect module implementing a parser for Event Trace Log (ETL) files";
homepage = "https://github.com/fox-it/dissect.etl";