diff --git a/pkgs/tools/security/faraday-agent-dispatcher/default.nix b/pkgs/tools/security/faraday-agent-dispatcher/default.nix index be6b1d9a72fc..6c883e243698 100644 --- a/pkgs/tools/security/faraday-agent-dispatcher/default.nix +++ b/pkgs/tools/security/faraday-agent-dispatcher/default.nix @@ -28,9 +28,6 @@ python3.pkgs.buildPythonApplication rec { setuptools-scm ]; - nativeBuildInputs = with python3.pkgs; [ - ]; - dependencies = with python3.pkgs; [ aiohttp click @@ -65,6 +62,7 @@ python3.pkgs.buildPythonApplication rec { disabledTestPaths = [ # Tests require a running Docker instance "tests/plugins-docker/test_executors.py" + "tests/unittests/test_import_official_executors.py" ]; pythonImportsCheck = [