We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bd515a9 commit aa12c85Copy full SHA for aa12c85
tests/test_workflow.py
@@ -63,7 +63,7 @@ def remove_files():
63
request.addfinalizer(remove_files)
64
65
66
-@pytest.mark.skipif(not HAS_GRAPHVIZ, reason="Please install pyvista")
+@pytest.mark.skipif(not HAS_GRAPHVIZ, reason="Please install graphviz")
67
def test_workflow_view(server_in_process, remove_dot_file):
68
pre_wf = dpf.core.Workflow(server=server_in_process)
69
pre_op = dpf.core.operators.utility.forward(server=server_in_process)
0 commit comments