Skip to content

Commit

Permalink
chore: pin python requests dependency (#1502)
Browse files Browse the repository at this point in the history
  • Loading branch information
devcorpio authored Jun 7, 2024
1 parent 2488484 commit 18ecf52
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .ci/scripts/test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,11 @@ pip3 install docker==6.1.3

pip install docker-compose>=1.25.4

# https://github.com/docker/docker-py/issues/3256
pip3 uninstall requests
pip3 install requests==2.31.0


# Tests are run within the node-puppeteer container and can fails.
# To avoid flakiness, we retry up to 3 times to run them.
for i in {1..3};
Expand Down

0 comments on commit 18ecf52

Please sign in to comment.