File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed
Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 11# List the start up tasks. Learn more: https://www.gitpod.io/docs/configure/workspaces/tasks
2+ image : python:3.8
23tasks :
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
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ pyparsing==2.4.7
1919pytest-forked == 1.3.0
2020pytest-xdist == 2.2.1
2121pytest == 6.2.5
22- pyyaml == 5.4 .1
22+ pyyaml == 6.0 .1
2323requests == 2.25.1
2424robotframework-appiumlibrary == 1.5.0.7
2525robotframework-pabot == 1.11
You can’t perform that action at this time.
0 commit comments