Skip to content

Commit 509ce77

Browse files
authored
Update test_plotter.py
1 parent 4a225fe commit 509ce77

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

tests/test_plotter.py

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,11 @@
2828
from ansys.dpf import core
2929
from ansys.dpf.core import Model, Operator, element_types, errors as dpf_errors, misc
3030
from ansys.dpf.core.plotter import plot_chart
31-
from conftest import SERVERS_VERSION_GREATER_THAN_OR_EQUAL_TO_5_0, running_docker
31+
from conftest import (
32+
SERVERS_VERSION_GREATER_THAN_OR_EQUAL_TO_5_0,
33+
SERVERS_VERSION_GREATER_THAN_OR_EQUAL_TO_7_0,
34+
running_docker,
35+
)
3236

3337
if misc.module_exists("pyvista"):
3438
HAS_PYVISTA = True

0 commit comments

Comments
 (0)