Skip to content

Commit

Permalink
test_cast_worklow_any failing for any.whl below 251 (#1929)
Browse files Browse the repository at this point in the history
  • Loading branch information
PProfizi authored Nov 25, 2024
1 parent 0cfac87 commit c5a6bfc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/test_any.py
Original file line number Diff line number Diff line change
Expand Up @@ -123,8 +123,8 @@ def test_cast_scoping_any(server_type):


@pytest.mark.skipif(
not conftest.SERVERS_VERSION_GREATER_THAN_OR_EQUAL_TO_8_0,
reason="for_each not implemented below 8.0",
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",
)
def test_cast_workflow_any(server_type):
entity = dpf.Workflow(server=server_type)
Expand Down

0 comments on commit c5a6bfc

Please sign in to comment.