Skip to content

Commit f9d97a6

Browse files
committed
FIX: One more
1 parent eb94cef commit f9d97a6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

mne/report/tests/test_report.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -906,7 +906,7 @@ def test_survive_pickle(tmp_path):
906906
@pytest.mark.slowtest # ~30 s on Azure Windows
907907
@testing.requires_testing_data
908908
@pytest.mark.filterwarnings("ignore:Distances could not be calculated.*:RuntimeWarning")
909-
def test_manual_report_2d(tmp_path, invisible_fig):
909+
def test_manual_report_2d(tmp_path, invisible_fig, renderer_pyvistaqt):
910910
"""Simulate user manually creating report by adding one file at a time."""
911911
pytest.importorskip("sklearn")
912912
pytest.importorskip("pandas")

0 commit comments

Comments
 (0)