Skip to content

Commit c3c28da

Browse files
committed
python313Packages.dissect-etl: disable failing tests
1 parent 1a08674 commit c3c28da

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

pkgs/development/python-modules/dissect-etl/default.nix

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,12 @@ buildPythonPackage rec {
4040

4141
pythonImportsCheck = [ "dissect.etl" ];
4242

43+
disabledTests = [
44+
# Invalid header magic
45+
"test_sqlite"
46+
"test_empty"
47+
];
48+
4349
meta = with lib; {
4450
description = "Dissect module implementing a parser for Event Trace Log (ETL) files";
4551
homepage = "https://github.com/fox-it/dissect.etl";

0 commit comments

Comments
 (0)