Skip to content

Commit

Permalink
Added missing skipif
Browse files Browse the repository at this point in the history
  • Loading branch information
rolfhm committed Aug 23, 2023
1 parent 26642f4 commit 24c695b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/test_scheduler.py
Original file line number Diff line number Diff line change
Expand Up @@ -1062,6 +1062,7 @@ def test_scheduler_loki_69(loki_69_dir):
assert all(item.children == children_map[item.name] for item in scheduler.items)


@pytest.mark.skipif(not graphviz_present(), reason='Graphviz is not installed')
def test_scheduler_scopes(here, config, frontend):
"""
Test discovery with import renames and duplicate names in separate scopes
Expand Down

0 comments on commit 24c695b

Please sign in to comment.