From 14fb1650856f52928cb9f9fd3b495c3e14776069 Mon Sep 17 00:00:00 2001 From: Sebastiaan van Stijn Date: Mon, 23 Nov 2020 15:20:27 +0100 Subject: [PATCH] testing: update docker-py 4.4.1 run docker-py integration tests of the latest release; full diff: https://github.com/docker/docker-py/compare/4.3.0...4.4.1 Signed-off-by: Sebastiaan van Stijn --- hack/make/test-docker-py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hack/make/test-docker-py b/hack/make/test-docker-py index 0b12304850..e92b3d55db 100644 --- a/hack/make/test-docker-py +++ b/hack/make/test-docker-py @@ -7,7 +7,7 @@ source hack/make/.integration-test-helpers # TODO docker 17.06 cli client used in CI fails to build using a sha; # unable to prepare context: unable to 'git clone' to temporary context directory: error fetching: error: no such remote ref ead0bb9e08c13dd3d1712759491eee06bf5a5602 #: exit status 128 -: "${DOCKER_PY_COMMIT:=4.3.0}" +: "${DOCKER_PY_COMMIT:=4.4.1}" # custom options to pass py.test #