update docker-py to current master

full diff: https://github.com/docker/docker-py/compare/7.0.0...bd164f928ab82e798e30db455903578d06ba2070

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
This commit is contained in:
Sebastiaan van Stijn 2024-01-17 16:36:42 +01:00
parent c183fcf116
commit cf7db9aef8
No known key found for this signature in database
GPG key ID: 76698F39D527CE8C

View file

@ -4,7 +4,8 @@ set -e
source hack/make/.integration-test-helpers
# The commit or tag to use for testing
: "${DOCKER_PY_COMMIT:=7.0.0}"
# TODO use tagged version again; https://github.com/docker/docker-py/compare/7.0.0...bd164f928ab82e798e30db455903578d06ba2070
: "${DOCKER_PY_COMMIT:=bd164f928ab82e798e30db455903578d06ba2070}"
# custom options to pass py.test
#