Skip to content

Commit 7b61f4b

Browse files
committed
Add pytest guard to avoid running test_custom_roi_ring_break_merge if test environment has no ambertools
1 parent 7751179 commit 7b61f4b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/Align/test_align.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -691,7 +691,7 @@ def test_empty_custom_roi_mapping():
691691
for atom_idx in roi_res_idx:
692692
assert atom_idx not in mapping.keys()
693693

694-
694+
@pytest.mark.skipif(has_amber is False, reason="Requires AMBER and to be installed.")
695695
def test_custom_roi_ring_break_merge():
696696
# wt contains a leucine at position 15
697697
# mut contains a proline at position 15

0 commit comments

Comments
 (0)