From e2b8561f344855b217f79677fc21070ccab93ed4 Mon Sep 17 00:00:00 2001 From: Frederik Carlier Date: Tue, 9 Nov 2021 18:24:39 +0100 Subject: [PATCH] Update pytest, testinfra --- .azure-pipelines.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.azure-pipelines.yml b/.azure-pipelines.yml index 92accdd..4a2cc38 100644 --- a/.azure-pipelines.yml +++ b/.azure-pipelines.yml @@ -151,8 +151,8 @@ stages: pip3 install --user ansible==2.9.13 pip3 install --user molecule==3.0.8 pip3 install --user docker-py==1.10.6 - pip3 install --user pytest==6.0.2 - pip3 install --user testinfra==5.3.1 + pip3 install --user pytest==6.2.5 + pip3 install --user testinfra==6.0.0 molecule --version ansible --version pytest --version