Skip to content

Update test_cast_workflow_any to also skip on 2025.1.0 #2024

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jan 21, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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_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)
Expand Down
Loading