Skip to content

Commit c5a6bfc

Browse files
authored
test_cast_worklow_any failing for any.whl below 251 (#1929)
1 parent 0cfac87 commit c5a6bfc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/test_any.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -123,8 +123,8 @@ def test_cast_scoping_any(server_type):
123123

124124

125125
@pytest.mark.skipif(
126-
not conftest.SERVERS_VERSION_GREATER_THAN_OR_EQUAL_TO_8_0,
127-
reason="for_each not implemented below 8.0",
126+
not conftest.SERVERS_VERSION_GREATER_THAN_OR_EQUAL_TO_9_1,
127+
reason="for_each not implemented below 8.0. Failing for gRPC CLayer below 9.1 for any.whl",
128128
)
129129
def test_cast_workflow_any(server_type):
130130
entity = dpf.Workflow(server=server_type)

0 commit comments

Comments
 (0)