Skip to content

Commit 7ea22b1

Browse files
committed
Add missing test guards.
1 parent 0d46769 commit 7ea22b1

2 files changed

Lines changed: 4 additions & 0 deletions

File tree

tests/Align/test_align.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -697,6 +697,7 @@ def test_ion_merge(system):
697697
assert coords0 == water_coords
698698

699699

700+
@pytest.mark.skipif(has_amber is False, reason="Requires AMBER to be installed.")
700701
@pytest.mark.skipif(has_openff is False, reason="Requires OpenFF to be installed.")
701702
@pytest.mark.parametrize(
702703
"ligands, mapping",

tests/Sandpit/Exscientia/Align/test_align.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -752,6 +752,9 @@ def test_ion_merge():
752752
assert coords0 == water_coords
753753

754754

755+
@pytest.mark.skipif(
756+
has_antechamber is False, reason="Requires AnteChamber to be installed."
757+
)
755758
@pytest.mark.skipif(has_openff is False, reason="Requires OpenFF to be installed.")
756759
@pytest.mark.parametrize(
757760
"ligands, mapping",

0 commit comments

Comments
 (0)