Merge pull request #326560 from fabaff/faraday-agent-dispatcher-bump

faraday-agent-dispatcher: disable tests with addtional requirements
This commit is contained in:
Fabian Affolter 2024-07-12 22:26:51 +02:00 committed by GitHub
commit a0efc03fc8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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