From 4da90ea78bcb2eba08e321194db1631c96ea9028 Mon Sep 17 00:00:00 2001 From: Frederik Carlier Date: Tue, 9 Nov 2021 18:56:55 +0100 Subject: [PATCH] Use docker instead of docker-py --- .azure-pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.azure-pipelines.yml b/.azure-pipelines.yml index 95ba86d..be4843b 100644 --- a/.azure-pipelines.yml +++ b/.azure-pipelines.yml @@ -151,7 +151,7 @@ stages: pip3 install --user ansible==2.9.13 pip3 install --user molecule==3.1.1 pip3 install --user molecule-docker==1.1.0 - pip3 install --user docker-py==1.10.6 + pip3 install --user docker==5.0.0 pip3 install --user pytest==6.2.5 pip3 install --user testinfra==6.0.0 molecule --version