From 9d92e8624fbfca9b684bb69e498d1f36aa297984 Mon Sep 17 00:00:00 2001 From: PProfizi Date: Mon, 20 Jan 2025 17:52:17 +0100 Subject: [PATCH] Update test_cast_workflow_any to also skip on 2025.1.0 --- tests/test_any.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/test_any.py b/tests/test_any.py index 47b95004f98..62569dc5626 100644 --- a/tests/test_any.py +++ b/tests/test_any.py @@ -123,8 +123,8 @@ def test_cast_scoping_any(server_type): @pytest.mark.skipif( - not conftest.SERVERS_VERSION_GREATER_THAN_OR_EQUAL_TO_9_1, - reason="for_each not implemented below 8.0. Failing for gRPC CLayer below 9.1 for any.whl", + not conftest.SERVERS_VERSION_GREATER_THAN_OR_EQUAL_TO_10_0, + reason="for_each not implemented below 8.0. Failing for gRPC CLayer below 10.0 for any.whl", ) def test_cast_workflow_any(server_type): entity = dpf.Workflow(server=server_type)