Skip to content

Commit 4e29b20

Browse files
committed
.gitpod.Dockerfile updated with pytest
1 parent 116ca51 commit 4e29b20

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.gitpod.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@ FROM gitpod/workspace-full:latest
33

44
USER gitpod
55

6-
RUN npm i jest@24.8.0 -g
6+
RUN npm RUN pip3 install pytest==4.4.2 pytest-testdox mock
77
RUN npm i learnpack -g && learnpack plugins:install learnpack-python
88

0 commit comments

Comments
 (0)