python313Packages.dissect-cobaltstrike: disable failing tests
This commit is contained in:
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user