From f6a160d34ea6b94529fe14c8025a9c813d26b596 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pawe=C5=82=20Gronowski?= Date: Tue, 19 Dec 2023 12:03:56 +0100 Subject: [PATCH] c8d/docker-py: Temporarily skip test_commit_* MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit These tests check deprecated fields. Reenable them once a new docker-py is released. Signed-off-by: Paweł Gronowski --- hack/make/test-docker-py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/hack/make/test-docker-py b/hack/make/test-docker-py index 2e2d8eded0..44256f422f 100644 --- a/hack/make/test-docker-py +++ b/hack/make/test-docker-py @@ -22,6 +22,10 @@ if [ -n "$TEST_INTEGRATION_USE_SNAPSHOTTER" ]; then # TODO(vvoland): re-enable after https://github.com/containerd/containerd/pull/9554 is merged and vendored. PY_TEST_OPTIONS="$PY_TEST_OPTIONS --deselect=tests/integration/models_images_test.py::ImageCollectionTest::test_save_and_load" PY_TEST_OPTIONS="$PY_TEST_OPTIONS --deselect=tests/integration/models_images_test.py::ImageCollectionTest::test_save_and_load_repo_name" + + # TODO(vvoland): re-enable after https://github.com/docker/docker-py/pull/3203 is merged and in a tagged release. + PY_TEST_OPTIONS="$PY_TEST_OPTIONS --deselect=tests/integration/api_image_test.py::CommitTest::test_commit" + PY_TEST_OPTIONS="$PY_TEST_OPTIONS --deselect=tests/integration/api_image_test.py::CommitTest::test_commit_with_changes" fi ( bundle .integration-daemon-start