Skip to content

Commit 945cc85

Browse files
committed
Add missing test guards.
1 parent 3b50ecc commit 945cc85

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

tests/Align/test_align.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -929,6 +929,10 @@ def test_ring_breaking_intrascale():
929929
assert len(omm_rev.changed_exceptions()) == len(ref_exceptions)
930930

931931

932+
@pytest.mark.skipif(
933+
not has_antechamber or not has_tleap,
934+
reason="Requires antechamber and tLEaP to be installed.",
935+
)
932936
@pytest.mark.skipif(
933937
not has_openff,
934938
reason="Requires OpenFF to be installed.",

0 commit comments

Comments
 (0)