mne-tools / mne-icalabel

Automatic labeling of ICA components in Python.
https://mne.tools/mne-icalabel/dev/index.html
BSD 3-Clause "New" or "Revised" License
92 stars 14 forks source link

[CI] Fix pytest warnings being raised on CI #169

Closed adam2392 closed 8 months ago

adam2392 commented 8 months ago

PR Description

Merge checklist

Maintainer, please confirm the following before merging:

mscheltienne commented 8 months ago

@adam2392 Have a look at the PR I added to your branch, it should fix the CIs. It's due to a change of behavior in pytest 8.0, see: https://github.com/mne-tools/mne-python/pull/12376