Skip to content

Commit

Permalink
fixup! Integrate ammolite into biotite.interface.pymol
Browse files Browse the repository at this point in the history
  • Loading branch information
padix-key committed Feb 9, 2025
1 parent d516197 commit 4f49573
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion tests/interface/pymol/test_display.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,13 @@
import pytest
import biotite.interface.pymol as pymol_interface
import biotite.structure.io.pdbx as pdbx
from tests.util import data_dir
from tests.util import data_dir, is_not_installed


@pytest.mark.skipif(
is_not_installed("magick") or is_not_installed("ffmpeg"),
reason="Rendering software is not installed",
)
@pytest.mark.parametrize(
"function_name, kwargs",
[
Expand Down

0 comments on commit 4f49573

Please sign in to comment.