Skip to content

Commit a9cfcdc

Browse files
committed
fix gitpod by using Docker image
1 parent ef60454 commit a9cfcdc

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.gitpod.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
# List the start up tasks. Learn more: https://www.gitpod.io/docs/configure/workspaces/tasks
2+
image: python:3.8
23
tasks:
34
- name: Script Task
45
init: pip install -r ./requirements.txt
56
command: |
67
rm -rf /workspace/.pyenv_mirror/user/current/lib/python3.11/site-packages/py/_vendored_packages/apipkg/
7-
pytest -n8 $TEST_PATH
8+
python -m pytest -n8 $TEST_PATH
89
910
# Learn more from ready-to-use templates: https://www.gitpod.io/docs/introduction/getting-started/quickstart

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ pyparsing==2.4.7
1919
pytest-forked==1.3.0
2020
pytest-xdist==2.2.1
2121
pytest==6.2.5
22-
pyyaml==5.4.1
22+
pyyaml==6.0.1
2323
requests==2.25.1
2424
robotframework-appiumlibrary==1.5.0.7
2525
robotframework-pabot==1.11

0 commit comments

Comments
 (0)