Skip to content

Commit

Permalink
Skip visualization tests with no IPython
Browse files Browse the repository at this point in the history
  • Loading branch information
mattwthompson committed Aug 31, 2023
1 parent 0f04675 commit af5eb72
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion openff/toolkit/_tests/test_molecule.py
Original file line number Diff line number Diff line change
Expand Up @@ -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):
"""
Expand Down

0 comments on commit af5eb72

Please sign in to comment.