Browse code

docker-py: re-enable tests that were fixed in v4.1.0

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>

Sebastiaan van Stijn authored on 2020/01/03 23:46:28
Showing 1 changed files
... ...
@@ -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
 (