We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0d46769 commit 7ea22b1Copy full SHA for 7ea22b1
2 files changed
tests/Align/test_align.py
@@ -697,6 +697,7 @@ def test_ion_merge(system):
697
assert coords0 == water_coords
698
699
700
+@pytest.mark.skipif(has_amber is False, reason="Requires AMBER to be installed.")
701
@pytest.mark.skipif(has_openff is False, reason="Requires OpenFF to be installed.")
702
@pytest.mark.parametrize(
703
"ligands, mapping",
tests/Sandpit/Exscientia/Align/test_align.py
@@ -752,6 +752,9 @@ def test_ion_merge():
752
753
754
755
+@pytest.mark.skipif(
756
+ has_antechamber is False, reason="Requires AnteChamber to be installed."
757
+)
758
759
760
0 commit comments