Skip to content

Commit

Permalink
tests: skip lme4 tests if rpy2 is not installed
Browse files Browse the repository at this point in the history
  • Loading branch information
paulmueller committed May 17, 2024
1 parent 003a423 commit cf40b3d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/test_gui_compute_lme4.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
from shapeout2.gui.compute.comp_lme4 import ComputeSignificance
import pytest

pytest.importorskip("rpy2")

data_path = pathlib.Path(__file__).parent / "data"
with socket.socket(socket.AF_INET, socket.SOCK_STREAM) as s:
Expand Down

0 comments on commit cf40b3d

Please sign in to comment.