mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 15:03:28 +00:00
python312Packages.datalad: disable failing test
Test test_subsuperdataset_save fails with: CommandError: 'git -c diff.ignoreSubmodules=none -c core.quotepath=false ls-files -z -m -d' failed with exitcode 128
This commit is contained in:
parent
846a2b12ae
commit
83be9f1b3b
@ -221,6 +221,9 @@ buildPythonPackage rec {
|
||||
|
||||
# pbcopy not found
|
||||
"test_wtf"
|
||||
|
||||
# CommandError: 'git -c diff.ignoreSubmodules=none -c core.quotepath=false ls-files -z -m -d' failed with exitcode 128
|
||||
"test_subsuperdataset_save"
|
||||
];
|
||||
|
||||
nativeCheckInputs = [
|
||||
|
Loading…
Reference in New Issue
Block a user