Skip to content

Commit

Permalink
fix(tests): pin urlllib3 to < 2, avoids break in docker package
Browse files Browse the repository at this point in the history
  • Loading branch information
gadicc committed Apr 29, 2023
1 parent 8e2003a commit ccf8231
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion tests/integration/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
pytest==7.2.0
docker==6.0.1
boto3==1.26.44
Pillow==9.4.0
Pillow==9.4.0
# work around breaking changes in urllib3 2.0
# until https://github.com/docker/docker-py/pull/3114/files lands
urllib3<2

0 comments on commit ccf8231

Please sign in to comment.