Use docker instead of docker-py

This commit is contained in:
Frederik Carlier
2021-11-09 18:56:55 +01:00
parent 9d541bde11
commit 4da90ea78b

View File

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