Skip to content

Commit 6bc45b0

Browse files
committed
docker-py: re-enable tests that were fixed in v4.1.0
Signed-off-by: Sebastiaan van Stijn <[email protected]>
1 parent a874c42 commit 6bc45b0

1 file changed

Lines changed: 0 additions & 5 deletions

File tree

hack/make/test-docker-py

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,14 +10,9 @@ source hack/make/.integration-test-helpers
1010
: "${DOCKER_PY_COMMIT:=4.1.0}"
1111

1212
# custom options to pass py.test
13-
# 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
1413
: "${PY_TEST_OPTIONS:=\
15-
--deselect=tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_data_path_addr \
1614
--deselect=tests/integration/api_container_test.py::AttachContainerTest::test_attach_no_stream \
17-
--deselect=tests/integration/api_exec_test.py::ExecTest::test_detach_with_arg \
1815
--deselect=tests/integration/api_exec_test.py::ExecDemuxTest::test_exec_command_tty_stream_no_demux \
19-
--deselect=tests/integration/api_build_test.py::BuildTest::test_build_invalid_platform \
20-
--deselect=tests/integration/api_image_test.py::PullImageTest::test_pull_invalid_platform \
2116
--junitxml=${DEST}/junit-report.xml \
2217
}"
2318
(

0 commit comments

Comments
 (0)