If someone had just a moment, it would be tremendously helpful to get some feedback about the failed CIs here https://github.com/mne-tools/mne-python/pull/10913. Basically, the tests that use fake clicking and key presses with matplotlib fail when ipympl is added as a dependency but only on Windows. I've checked and they pass locally on MacOS as well as on the CIs. Is there some global variable or setting that ipympl might be modifying and maybe we could change it back? The difference between all the 22 tests failing and all the tests passing was just adding ipympl to the dependencies list, it was run before and after adding those. Thanks!
If someone had just a moment, it would be tremendously helpful to get some feedback about the failed CIs here https://github.com/mne-tools/mne-python/pull/10913. Basically, the tests that use fake clicking and key presses with
matplotlib
fail whenipympl
is added as a dependency but only onWindows
. I've checked and they pass locally onMacOS
as well as on the CIs. Is there some global variable or setting thatipympl
might be modifying and maybe we could change it back? The difference between all the 22 tests failing and all the tests passing was just addingipympl
to the dependencies list, it was run before and after adding those. Thanks!