Skip to content

Commit

Permalink
Skip openff tests if openbabel is not present.
Browse files Browse the repository at this point in the history
  • Loading branch information
shyuep committed Aug 9, 2024
1 parent 289d281 commit 2adfe8f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/io/test_openff.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
TEST_DIR = f"{TEST_FILES_DIR}/io/openff/classical_md_mols"

tk = pytest.importorskip("openff.toolkit")
pybel = pytest.importorskip("openbabel.pybel")


@pytest.fixture()
Expand Down

0 comments on commit 2adfe8f

Please sign in to comment.