Skip to content

Commit

Permalink
Merge pull request #437 from thaJeztah/19.03_backport_skip_broken_doc…
Browse files Browse the repository at this point in the history
…ker_py_test

[19.03 backport] docker-py: skip broken ImageCollectionTest::test_pull_multiple, and re-enable fixed tests
  • Loading branch information
thaJeztah committed Jan 16, 2020
2 parents 96582ab + 8e57214 commit 077f093
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions hack/make/test-docker-py
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,11 @@ source hack/make/.integration-test-helpers
: "${DOCKER_PY_COMMIT:=master}"

# 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
# TODO remove these skip once we update to a docker-py version that has https://github.com/docker/docker-py/pull/2485
: "${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 \
--deselect=tests/integration/models_images_test.py::ImageCollectionTest::test_pull_multiple \
--junitxml=${DEST}/junit-report.xml \
}"
(
Expand Down

0 comments on commit 077f093

Please sign in to comment.