We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a06fe99 commit 3acef12Copy full SHA for 3acef12
tests/test_operator.py
@@ -585,6 +585,10 @@ def test_connection_to_input_is_ambiguous():
585
dpf.core.operators.min_max.min_max(field=min_max_op_1)
586
587
588
+@pytest.mark.skipif(
589
+ not conftest.SERVERS_VERSION_GREATER_THAN_OR_EQUAL_TO_5_0,
590
+ reason="extract_scoping unavailable for server version < 5.0",
591
+)
592
def test_connection_to_input_is_not_ambiguous():
593
# Ensures that connecting an operator with a single output with multiple types all compatible
594
# does not raise an ambiguity warning.
0 commit comments