Skip to content

Commit

Permalink
Avoid requests 2.32.0 during testing (#4185)
Browse files Browse the repository at this point in the history
Apparently requests==2.32.0 is incompatible with vendored versions of
docker-py from inside community.docker collection. We do not have a
direct dependency on that but one of our integration tests fails, so we
only update our test dependencies.

Related: docker/docker-py#3256
Related:
ansible-collections/community.docker#860
Related:
ansible-collections/community.docker#861
  • Loading branch information
ssbarnea committed May 20, 2024
1 parent 5bab522 commit 9bfd052
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .config/requirements-test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,4 @@ pytest-plus >= 0.4.0
pytest-xdist >= 3.1.0
pytest >= 7.2.0
check-jsonschema
requests != 2.32.0 # https://github.com/docker/docker-py/issues/3256

0 comments on commit 9bfd052

Please sign in to comment.