diff options
author | Fabian Affolter | 2024-07-12 22:26:51 +0200 |
---|---|---|
committer | GitHub | 2024-07-12 22:26:51 +0200 |
commit | a0efc03fc8c7dde0b1ca7b21ae0caa7e857d4647 (patch) | |
tree | 191257a844b892ad09248b29a0d8e2e73d16763b | |
parent | 502a6b5ec743ddbc4a8abf32e0f466f3bf8a70eb (diff) | |
parent | 8e3f03b604a4cc173ae06294dabbc0a401639051 (diff) |
Merge pull request #326560 from fabaff/faraday-agent-dispatcher-bump
faraday-agent-dispatcher: disable tests with addtional requirements
-rw-r--r-- | pkgs/tools/security/faraday-agent-dispatcher/default.nix | 4 |
1 files changed, 1 insertions, 3 deletions
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 = [ |