Browse code

testing: bump docker-py to 4.2.0

full diff: https://github.com/docker/docker-py/compare/4.1.0...4.2.0

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

Sebastiaan van Stijn authored on 2020/02/06 19:55:18
Showing 1 changed files
... ...
@@ -7,16 +7,14 @@ source hack/make/.integration-test-helpers
7 7
 # TODO docker 17.06 cli client used in CI fails to build using a sha;
8 8
 # unable to prepare context: unable to 'git clone' to temporary context directory: error fetching: error: no such remote ref ead0bb9e08c13dd3d1712759491eee06bf5a5602
9 9
 #: exit status 128
10
-: "${DOCKER_PY_COMMIT:=4.1.0}"
10
+: "${DOCKER_PY_COMMIT:=4.2.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/2485
14
-: "${PY_TEST_OPTIONS:=\
15
-}"
13
+#
14
+# This option can be used to temporarily skip flaky tests (using the `--deselect`
15
+# flag) until they are fixed upstream. For example:
16
+# --deselect=tests/integration/api_container_test.py::AttachContainerTest::test_attach_no_stream
17
+: "${PY_TEST_OPTIONS:=--junitxml=${DEST}/junit-report.xml}"
16 18
 (
17 19
 	bundle .integration-daemon-start
18 20