Skip to content

Commit

Permalink
update dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
xiazhvera committed Jul 15, 2024
1 parent 1c3f890 commit 5522c6e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
Appium-Python-Client~=2.9.0
pytest~=7.4.3
boto3~=1.28.1
requests~=2.31.0
urllib3==1.26.0
requests~=2.28.0
PyYAML~=6.0.1
pytest-html~=4.0.0
pytest-html~=3.2.0
selenium~=4.11.2
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,8 @@ phases:

# Install the Python dependencies using pip.
- cd $DEVICEFARM_TEST_PACKAGE_PATH
- python -m pip install -r requirements.txt
# Use 2020 resolver for python3.7
- python -m pip install -r requirements.txt --use-feature=2020-resolver

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

0 comments on commit 5522c6e

Please sign in to comment.