Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
| ... | ... |
@@ -10,14 +10,9 @@ source hack/make/.integration-test-helpers |
| 10 | 10 |
: "${DOCKER_PY_COMMIT:=4.1.0}"
|
| 11 | 11 |
|
| 12 | 12 |
# 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 |
|
| 14 | 13 |
: "${PY_TEST_OPTIONS:=\
|
| 15 | 14 |
--deselect=tests/integration/api_container_test.py::AttachContainerTest::test_attach_no_stream \ |
| 16 | 15 |
--deselect=tests/integration/api_exec_test.py::ExecDemuxTest::test_exec_command_tty_stream_no_demux \ |
| 17 | 16 |
--junitxml=${DEST}/junit-report.xml \
|
| 18 | 17 |
}" |
| 19 | 18 |
( |