Skip to content

Commit aa12c85

Browse files
committed
Fix skip message in test_workflow_view
1 parent bd515a9 commit aa12c85

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_workflow.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ def remove_files():
6363
request.addfinalizer(remove_files)
6464

6565

66-
@pytest.mark.skipif(not HAS_GRAPHVIZ, reason="Please install pyvista")
66+
@pytest.mark.skipif(not HAS_GRAPHVIZ, reason="Please install graphviz")
6767
def test_workflow_view(server_in_process, remove_dot_file):
6868
pre_wf = dpf.core.Workflow(server=server_in_process)
6969
pre_op = dpf.core.operators.utility.forward(server=server_in_process)

0 commit comments

Comments
 (0)