Make sure that Docker SDK for Python is installed for docker_stack* tests. (#896) (#898)

(cherry picked from commit ace4ee4f70)

Co-authored-by: Felix Fontein <felix@fontein.de>
This commit is contained in:
patchback[bot] 2024-06-28 16:52:26 +02:00 committed by GitHub
parent f74e25eef2
commit 2c369c9eb3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 3 additions and 0 deletions

View File

@ -1,4 +1,5 @@
---
dependencies:
- setup_docker
- setup_docker_sdk_for_python # needed for the Swarm modules
- setup_remote_tmp_dir

View File

@ -1,4 +1,5 @@
---
dependencies:
- setup_docker
- setup_docker_sdk_for_python # needed for the Swarm modules
- setup_remote_tmp_dir

View File

@ -1,4 +1,5 @@
---
dependencies:
- setup_docker
- setup_docker_sdk_for_python # needed for the Swarm modules
- setup_remote_tmp_dir