Skip to content

Commit

Permalink
Fix skip message in test_workflow_view
Browse files Browse the repository at this point in the history
  • Loading branch information
PProfizi committed Feb 19, 2025
1 parent bd515a9 commit aa12c85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_workflow.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ def remove_files():
request.addfinalizer(remove_files)


@pytest.mark.skipif(not HAS_GRAPHVIZ, reason="Please install pyvista")
@pytest.mark.skipif(not HAS_GRAPHVIZ, reason="Please install graphviz")
def test_workflow_view(server_in_process, remove_dot_file):
pre_wf = dpf.core.Workflow(server=server_in_process)
pre_op = dpf.core.operators.utility.forward(server=server_in_process)
Expand Down

0 comments on commit aa12c85

Please sign in to comment.