mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-26 00:43:20 +00:00
python311Packages.mne-python: disable failing test
This commit is contained in:
parent
6828970a95
commit
be4a8aa31a
@ -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; {
|
||||
|
Loading…
Reference in New Issue
Block a user