From 6bc45b09e7b06cd68e61c26f0630d09279136d75 Mon Sep 17 00:00:00 2001 From: Sebastiaan van Stijn Date: Fri, 3 Jan 2020 15:46:28 +0100 Subject: [PATCH] docker-py: re-enable tests that were fixed in v4.1.0 Signed-off-by: Sebastiaan van Stijn --- hack/make/test-docker-py | 5 ----- 1 file changed, 5 deletions(-) diff --git a/hack/make/test-docker-py b/hack/make/test-docker-py index 75a8e09e76..cbc79c479f 100644 --- a/hack/make/test-docker-py +++ b/hack/make/test-docker-py @@ -10,14 +10,9 @@ source hack/make/.integration-test-helpers : "${DOCKER_PY_COMMIT:=4.1.0}" # custom options to pass py.test -# TODO remove these skip once we update to a docker-py version that has https://github.com/docker/docker-py/pull/2369, https://github.com/docker/docker-py/pull/2380, https://github.com/docker/docker-py/pull/2382 : "${PY_TEST_OPTIONS:=\ ---deselect=tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_data_path_addr \ --deselect=tests/integration/api_container_test.py::AttachContainerTest::test_attach_no_stream \ ---deselect=tests/integration/api_exec_test.py::ExecTest::test_detach_with_arg \ --deselect=tests/integration/api_exec_test.py::ExecDemuxTest::test_exec_command_tty_stream_no_demux \ ---deselect=tests/integration/api_build_test.py::BuildTest::test_build_invalid_platform \ ---deselect=tests/integration/api_image_test.py::PullImageTest::test_pull_invalid_platform \ --junitxml=${DEST}/junit-report.xml \ }" (