python311Packages.mne-python: disable failing test

This commit is contained in:
Doron Behar 2024-07-18 13:38:47 +03:00
parent 6828970a95
commit be4a8aa31a

View File

@ -73,6 +73,11 @@ buildPythonPackage rec {
export MNE_SKIP_NETWORK_TESTS=1
'';
disabledTests = [
# Fails due to changes in Numpy types
"mne.stats._adjacency.combine_adjacency"
];
pythonImportsCheck = [ "mne" ];
meta = with lib; {