Skip to content

Commit 372cd9d

Browse files
PProfiziBClappe
authored andcommitted
Fix version requirement
1 parent 4d07f26 commit 372cd9d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_any.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ def test_cast_scoping_any(server_type):
122122
assert entity.location == new_entity.location
123123

124124

125-
@conftest.raises_for_servers_version_under("7.0")
125+
@conftest.raises_for_servers_version_under("8.2")
126126
def test_cast_data_sources_any(server_type):
127127
# Not available through grpc yet
128128
entity = dpf.DataSources(server=server_type, result_path="test.pth")

0 commit comments

Comments
 (0)