Skip to content

Commit 709cbd1

Browse files
committed
forgot to add testpy
1 parent e2a538b commit 709cbd1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.gitpod.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@ FROM gitpod/workspace-full
22

33
USER gitpod
44

5-
RUN npm i jest@24.8.0 -g
5+
RUN npm pip install pytest==4.4.2 mock pytest-testdox
66
RUN npm i learnpack -g && learnpack plugins:install learnpack-python

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ Note: Once you finish downloading, you will find a "exercises" folder that conta
5757
3. Start the tutorial/exercises by running the following command at the same level were your bc.json file is:
5858

5959
```sh
60-
$ npm i jest@24.8.0 -g
60+
$ pip install pytest==4.4.2 mock pytest-testdox
6161
$ learnpack start
6262
```
6363

0 commit comments

Comments
 (0)