We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 98fa263 commit 150a2a0Copy full SHA for 150a2a0
tests/test_any.py
@@ -123,8 +123,8 @@ def test_cast_scoping_any(server_type):
123
124
125
@pytest.mark.skipif(
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",
+ 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",
128
)
129
def test_cast_workflow_any(server_type):
130
entity = dpf.Workflow(server=server_type)
0 commit comments