Skip to content

Commit 4a225fe

Browse files
authored
Fix retro
1 parent 87c7117 commit 4a225fe

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

tests/test_plotter.py

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -813,8 +813,8 @@ def test_plot_polyhedron():
813813

814814
@pytest.mark.skipif(not HAS_PYVISTA, reason="This test requires pyvista")
815815
@pytest.mark.skipif(
816-
not SERVERS_VERSION_GREATER_THAN_OR_EQUAL_TO_5_0,
817-
reason="Polyhedrons are supported starting server version 5.0",
816+
not SERVERS_VERSION_GREATER_THAN_OR_EQUAL_TO_7_0,
817+
reason="cff::cas::meshes_provider requires DPF 24R1",
818818
)
819819
def test_plotter_add_scoping(fluent_mixing_elbow_steady_state):
820820
mesh: core.MeshedRegion = core.operators.mesh.mesh_provider(
@@ -836,8 +836,8 @@ def test_plotter_add_scoping(fluent_mixing_elbow_steady_state):
836836

837837
@pytest.mark.skipif(not HAS_PYVISTA, reason="This test requires pyvista")
838838
@pytest.mark.skipif(
839-
not SERVERS_VERSION_GREATER_THAN_OR_EQUAL_TO_5_0,
840-
reason="Polyhedrons are supported starting server version 5.0",
839+
not SERVERS_VERSION_GREATER_THAN_OR_EQUAL_TO_7_0,
840+
reason="cff::cas::meshes_provider requires DPF 24R1",
841841
)
842842
def test_scoping_plot(fluent_mixing_elbow_steady_state):
843843
mesh: core.MeshedRegion = core.operators.mesh.mesh_provider(
@@ -853,8 +853,8 @@ def test_scoping_plot(fluent_mixing_elbow_steady_state):
853853

854854
@pytest.mark.skipif(not HAS_PYVISTA, reason="This test requires pyvista")
855855
@pytest.mark.skipif(
856-
not SERVERS_VERSION_GREATER_THAN_OR_EQUAL_TO_5_0,
857-
reason="Polyhedrons are supported starting server version 5.0",
856+
not SERVERS_VERSION_GREATER_THAN_OR_EQUAL_TO_7_0,
857+
reason="cff::cas::meshes_provider requires DPF 24R1",
858858
)
859859
def test_scopings_container_plot(fluent_mixing_elbow_steady_state):
860860
mesh: core.MeshedRegion = core.operators.mesh.mesh_provider(

0 commit comments

Comments
 (0)