Skip to content

Commit ccf8231

Browse files
committed
fix(tests): pin urlllib3 to < 2, avoids break in docker package
1 parent 8e2003a commit ccf8231

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

tests/integration/requirements.txt

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
pytest==7.2.0
22
docker==6.0.1
33
boto3==1.26.44
4-
Pillow==9.4.0
4+
Pillow==9.4.0
5+
# work around breaking changes in urllib3 2.0
6+
# until https://github.com/docker/docker-py/pull/3114/files lands
7+
urllib3<2

0 commit comments

Comments
 (0)