From af5eb726a2c8cab25ac710069bd6740e856078c9 Mon Sep 17 00:00:00 2001 From: "Matthew W. Thompson" Date: Thu, 31 Aug 2023 09:16:29 -0500 Subject: [PATCH] Skip visualization tests with no IPython --- openff/toolkit/_tests/test_molecule.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/openff/toolkit/_tests/test_molecule.py b/openff/toolkit/_tests/test_molecule.py index ea9dc46a8..cf20017a4 100644 --- a/openff/toolkit/_tests/test_molecule.py +++ b/openff/toolkit/_tests/test_molecule.py @@ -3674,8 +3674,9 @@ def test_deepcopy_not_shallow(self): assert mol_source._partial_charges is not mol_copy._partial_charges +@requires_pkg("IPython") class TestMoleculeVisualization: - @requires_pkg("IPython") + @requires_rdkit def test_visualize_rdkit(self): """