diff --git a/openff/nagl/tests/label/test_labels.py b/openff/nagl/tests/label/test_labels.py index bb1fbf5..2d25625 100644 --- a/openff/nagl/tests/label/test_labels.py +++ b/openff/nagl/tests/label/test_labels.py @@ -10,6 +10,8 @@ LabelMultipleESPs, ) +pytest.importorskip("pyarrow") + @pytest.fixture def dataset_with_conformers_and_charges(tmp_path): smiles = ["NCN", "[NH4+]", "[Cl-]"]