Skip to content

Commit 688f54e

Browse files
PProfiziBClappe
authored andcommitted
Update test to limitations
1 parent dd6392f commit 688f54e

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

tests/test_any.py

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

124124

125125
@conftest.raises_for_servers_version_under("7.0")
126-
def test_cast_data_sources_any(server_type):
127-
entity = dpf.DataSources(server=server_type, result_path="test.pth")
126+
def test_cast_data_sources_any(server_in_process):
127+
# Not available through grpc yet
128+
entity = dpf.DataSources(server=server_in_process, result_path="test.pth")
128129
any_dpf = dpf.Any.new_from(entity)
129130
new_entity = any_dpf.cast()
130131

0 commit comments

Comments
 (0)