File tree 2 files changed +4
-2
lines changed
2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 21
21
"extensions" : [" learn-pack.learnpack-vscode" ]
22
22
}
23
23
},
24
- "onCreateCommand" : " pip3 install pytest==4.6.0 pytest-testdox mock && npm i @learnpack/learnpack@2.1.20 -g && learnpack plugins:install @learnpack/python@1.0.0"
24
+ "onCreateCommand" : " pip3 install pytest==6.2.5 pytest-testdox mock && npm i @learnpack/learnpack@2.1.20 -g && learnpack plugins:install @learnpack/python@1.0.0"
25
25
26
26
// Features to add to the dev container. More info: https://containers.dev/features.
27
27
// "features": {},
Original file line number Diff line number Diff line change @@ -2,5 +2,7 @@ FROM gitpod/workspace-full:latest
2
2
3
3
USER gitpod
4
4
5
- RUN pip3 install pytest==4.6.0 pytest-testdox mock
5
+ RUN pyenv update && pyenv install 3.10.7 && pyenv global 3.10.7
6
+
7
+ RUN pip3 install pytest==6.2.5 pytest-testdox mock
6
8
RUN npm i @learnpack/learnpack@2.1.20 -g && learnpack plugins:install @learnpack/python@1.0.0
You can’t perform that action at this time.
0 commit comments