python313Packages.dissect-cobaltstrike: disable failing tests

This commit is contained in:
Fabian Affolter
2025-11-27 20:37:12 +01:00
parent 6a9326f2c4
commit 1fd2ee0871
@@ -13,7 +13,6 @@
pyshark,
pytest-httpserver,
pytestCheckHook,
pythonOlder,
rich,
}:
@@ -22,8 +21,6 @@ buildPythonPackage rec {
version = "1.2.1";
pyproject = true;
disabled = pythonOlder "3.7";
src = fetchFromGitHub {
owner = "fox-it";
repo = "dissect.cobaltstrike";
@@ -73,6 +70,12 @@ buildPythonPackage rec {
pythonImportsCheck = [ "dissect.cobaltstrike" ];
disabledTests = [
# Don't run tests with a beacon
"test_c2profile_beacon_gate"
"test_beacon_dump_guardrails"
];
meta = with lib; {
description = "Dissect module implementing a parser for Cobalt Strike related data";
homepage = "https://github.com/fox-it/dissect.cobaltstrike";