Skip to content

Commit

Permalink
add package
Browse files Browse the repository at this point in the history
  • Loading branch information
xiazhvera committed Jul 16, 2024
1 parent d610659 commit 12d6dac
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
packaging==24.0
Appium-Python-Client~=2.9.0
pytest~=7.4.3
boto3~=1.28.1
urllib3==1.26.18
requests~=2.28.0
PyYAML~=6.0.1
pytest-html~=3.2.0
selenium~=4.11.2
selenium~=4.10.0
Original file line number Diff line number Diff line change
Expand Up @@ -66,8 +66,8 @@ phases:

# Install the Python dependencies using pip.
- cd $DEVICEFARM_TEST_PACKAGE_PATH
# Use 2020 resolver for python3.7
- python -m pip install -r requirements.txt --use-feature=2020-resolver
# Use 2020 resolver for python3.7, where Python3.7 is running on iOS13
- python -m pip install -r requirements.txt

# The pre-test phase contains commands for setting up your test environment.
pre_test:
Expand Down

0 comments on commit 12d6dac

Please sign in to comment.