mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-19 11:23:29 +00:00
Merge pull request #326560 from fabaff/faraday-agent-dispatcher-bump
faraday-agent-dispatcher: disable tests with addtional requirements
This commit is contained in:
commit
a0efc03fc8
@ -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 = [
|
||||
|
Loading…
Reference in New Issue
Block a user