Skip to content

Commit ec6a4f0

Browse files
committed
fix: exclude broken python requests versions which cause docker.py failures (docker/docker-py#3256 and #3257)
1 parent 04c1fdc commit ec6a4f0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tox.ini

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ deps =
99
pytest-cov
1010
pytest-integration
1111
pretend
12+
requests >= 2.32.2, < 2.32.0
1213
setenv =
1314
PYTESTARGS = --cov=functions_framework --cov-branch --cov-report term-missing --cov-fail-under=100
1415
windows-latest: PYTESTARGS =

0 commit comments

Comments
 (0)