From 21e405b47cb3802fcc406fe51d7b6b7622d2bfcc Mon Sep 17 00:00:00 2001 From: Paolo Lucano <44124290+plucodev@users.noreply.github.com> Date: Mon, 4 Nov 2019 10:14:11 -0500 Subject: [PATCH] Update .gitpod.Dockerfile --- .gitpod.Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitpod.Dockerfile b/.gitpod.Dockerfile index 99d5b109..f12020fb 100644 --- a/.gitpod.Dockerfile +++ b/.gitpod.Dockerfile @@ -4,4 +4,4 @@ FROM gitpod/workspace-full:latest USER gitpod -RUN pip3 install pytest mock pytest-testdox && npm i breathecode-cli@1.1.81 -g +RUN pip3 install pytest==4.4.2 mock pytest-testdox && npm i breathecode-cli@1.1.81 -g