|
@@ -10,9 +10,11 @@ source hack/make/.integration-test-helpers
|
|
: "${DOCKER_PY_COMMIT:=4.1.0}"
|
|
: "${DOCKER_PY_COMMIT:=4.1.0}"
|
|
|
|
|
|
# custom options to pass py.test
|
|
# 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/2485
|
|
: "${PY_TEST_OPTIONS:=\
|
|
: "${PY_TEST_OPTIONS:=\
|
|
--deselect=tests/integration/api_container_test.py::AttachContainerTest::test_attach_no_stream \
|
|
--deselect=tests/integration/api_container_test.py::AttachContainerTest::test_attach_no_stream \
|
|
--deselect=tests/integration/api_exec_test.py::ExecDemuxTest::test_exec_command_tty_stream_no_demux \
|
|
--deselect=tests/integration/api_exec_test.py::ExecDemuxTest::test_exec_command_tty_stream_no_demux \
|
|
|
|
+--deselect=tests/integration/models_images_test.py::ImageCollectionTest::test_pull_multiple \
|
|
--junitxml=${DEST}/junit-report.xml \
|
|
--junitxml=${DEST}/junit-report.xml \
|
|
}"
|
|
}"
|
|
(
|
|
(
|