tests use datasets downloaded through a custom fetch_file function using urllib. pooch should be used instead, and can be integrated as a separate dataset module to allow:
testing dataset for tests
sample datasets for tutorial/reproducibility
Example in MNE-Python, or simpler version in MNE-LSL: https://github.com/mne-tools/mne-lsl/tree/main/mne_lsl/datasets
testsuse datasets downloaded through a customfetch_filefunction usingurllib.poochshould be used instead, and can be integrated as a separate dataset module to allow:testingdataset for testssampledatasets for tutorial/reproducibilityExample in MNE-Python, or simpler version in MNE-LSL: https://github.com/mne-tools/mne-lsl/tree/main/mne_lsl/datasets