test/docker-py: Bump to 7.2.0

release notes: https://github.com/docker/docker-py/releases/tag/7.2.0
full diff: ae5dfe9111...7.2.0

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
This commit is contained in:
Sebastiaan van Stijn
2026-07-14 19:52:42 +02:00
parent c0a99820d9
commit 6766137267

View File

@@ -4,7 +4,7 @@ set -e
source hack/make/.integration-test-helpers
# The commit or tag to use for testing
: "${DOCKER_PY_COMMIT:=ae5dfe9111b1f4e9fafd4107a8ac4a3fa52644dc}" # master (v7.2.0-dev)
: "${DOCKER_PY_COMMIT:=7.2.0}"
# custom options to pass py.test
#