From 8cc8e2683597338374d3180ec026a5eff50cd4ed Mon Sep 17 00:00:00 2001 From: Sebastiaan van Stijn Date: Wed, 3 Jun 2020 10:17:08 +0200 Subject: [PATCH] testing: bump docker-py 4.2.1 full diff: https://github.com/docker/docker-py/compare/4.2.0...4.2.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 f6e4f4e202..d36c5167da 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.2.0}" +: "${DOCKER_PY_COMMIT:=4.2.1}" # custom options to pass py.test #