Skip to content

Commit 42be3fd

Browse files
committed
Reactivate retro testing for test_animation.py and test_animator.py
1 parent cdaa510 commit 42be3fd

File tree

2 files changed

+0
-8
lines changed

2 files changed

+0
-8
lines changed

tests/test_animation.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,10 +27,6 @@
2727

2828
from ansys.dpf import core as dpf
2929
from 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

3531
if misc.module_exists("pyvista"):
3632
HAS_PYVISTA = True

tests/test_animator.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,10 +27,6 @@
2727

2828
from ansys.dpf import core as dpf
2929
from 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

3531
if misc.module_exists("pyvista"):
3632
HAS_PYVISTA = True

0 commit comments

Comments
 (0)