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 9b44a07 commit e096bbbCopy full SHA for e096bbb
tests/test_graphstrategy.py
@@ -155,6 +155,7 @@ def test_api_works():
155
# functional tests ############################################################
156
@pytest.mark.dependency(depends=['api-works'])
157
def test_graphviz_graph(graph_strategy):
158
+ pytest.importorskip("graphviz")
159
graph_strategy.graph
160
graph_strategy.graph # trigger the caching branch in the graph code
161
0 commit comments