faraday-agent-dispatcher: disable tests with addtional requirements

This commit is contained in:
Fabian Affolter 2024-07-12 16:00:33 +02:00
parent 61ff097de5
commit 8e3f03b604

View File

@ -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 = [