File tree Expand file tree Collapse file tree 2 files changed +0
-8
lines changed Expand file tree Collapse file tree 2 files changed +0
-8
lines changed Original file line number Diff line number Diff line change 2727
2828from ansys .dpf import core as dpf
2929from ansys .dpf .core import animation , examples , misc
30- from conftest import SERVERS_VERSION_GREATER_THAN_OR_EQUAL_TO_10_0
31-
32- if not SERVERS_VERSION_GREATER_THAN_OR_EQUAL_TO_10_0 :
33- pytest .skip ("skipping retro temporarily" , allow_module_level = True )
3430
3531if misc .module_exists ("pyvista" ):
3632 HAS_PYVISTA = True
Original file line number Diff line number Diff line change 2727
2828from ansys .dpf import core as dpf
2929from ansys .dpf .core import Workflow , examples , misc
30- from conftest import SERVERS_VERSION_GREATER_THAN_OR_EQUAL_TO_10_0
31-
32- if not SERVERS_VERSION_GREATER_THAN_OR_EQUAL_TO_10_0 :
33- pytest .skip ("skipping retro temporarily" , allow_module_level = True )
3430
3531if misc .module_exists ("pyvista" ):
3632 HAS_PYVISTA = True
You can’t perform that action at this time.
0 commit comments