python3Packages.mne: fix failing test on Python 3.14

https://github.com/mne-tools/mne-python/issues/13577
This commit is contained in:
Sarah Clark
2026-01-05 19:04:04 -08:00
parent a3c4747302
commit 844735ff6e
@@ -2,6 +2,7 @@
lib,
buildPythonPackage,
fetchFromGitHub,
pythonAtLeast,
hatchling,
hatch-vcs,
numpy,
@@ -90,6 +91,10 @@ buildPythonPackage rec {
# flaky
"test_fine_cal_systems"
"test_simulate_raw_bem"
]
++ lib.optionals (pythonAtLeast "3.14") [
#https://github.com/mne-tools/mne-python/issues/13577
"test_set_montage_artinis_basic"
];
pytestFlag = [