Skip to content

Commit

Permalink
make molecule test also more robust
Browse files Browse the repository at this point in the history
  • Loading branch information
RMeli committed Mar 7, 2024
1 parent 2796ad9 commit 2bcafe8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/test_molecule.py
Original file line number Diff line number Diff line change
Expand Up @@ -240,7 +240,8 @@ def test_from_rdmol(adjacency):


@pytest.mark.skipif(
len(spyrmsd.available_backends) < 2,
# Run test if all supported backends are installed
not set(spyrmsd.graph._supported_backends) <= set(spyrmsd.available_backends),
reason="Not all of the required backends are installed",
)
@pytest.mark.parametrize(
Expand Down

0 comments on commit 2bcafe8

Please sign in to comment.