We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1a08674 commit c3c28daCopy full SHA for c3c28da
pkgs/development/python-modules/dissect-etl/default.nix
@@ -40,6 +40,12 @@ buildPythonPackage rec {
40
41
pythonImportsCheck = [ "dissect.etl" ];
42
43
+ disabledTests = [
44
+ # Invalid header magic
45
+ "test_sqlite"
46
+ "test_empty"
47
+ ];
48
+
49
meta = with lib; {
50
description = "Dissect module implementing a parser for Event Trace Log (ETL) files";
51
homepage = "https://github.com/fox-it/dissect.etl";
0 commit comments