Merge pull request #46916 from thaJeztah/bump_docker_py

testing: update docker-py to 7.0.0
This commit is contained in:
Sebastiaan van Stijn 2023-12-11 12:02:23 +01:00 committed by GitHub
commit 86cd6da76e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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:=7.0.0b1}"
: "${DOCKER_PY_COMMIT:=7.0.0}"
# custom options to pass py.test
#