From 257b4db1861b86f2d3643636cf3303979c7d2923 Mon Sep 17 00:00:00 2001 From: Sebastiaan van Stijn Date: Tue, 6 Apr 2021 19:15:42 +0200 Subject: [PATCH] testing: update docker-py 5.0.0 drops support for python 2. full diff: https://github.com/docker/docker-py/compare/4.4.1...5.0.0 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 e92b3d55db..95fba0ef3c 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.4.1}" +: "${DOCKER_PY_COMMIT:=5.0.0}" # custom options to pass py.test #