We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eb94cef commit f9d97a6Copy full SHA for f9d97a6
1 file changed
mne/report/tests/test_report.py
@@ -906,7 +906,7 @@ def test_survive_pickle(tmp_path):
906
@pytest.mark.slowtest # ~30 s on Azure Windows
907
@testing.requires_testing_data
908
@pytest.mark.filterwarnings("ignore:Distances could not be calculated.*:RuntimeWarning")
909
-def test_manual_report_2d(tmp_path, invisible_fig):
+def test_manual_report_2d(tmp_path, invisible_fig, renderer_pyvistaqt):
910
"""Simulate user manually creating report by adding one file at a time."""
911
pytest.importorskip("sklearn")
912
pytest.importorskip("pandas")
0 commit comments