Skip to content

Commit

Permalink
python312Packages.datalad: disable failing test
Browse files Browse the repository at this point in the history
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
  • Loading branch information
zi3m5f committed Nov 11, 2024
1 parent 846a2b1 commit 83be9f1
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pkgs/development/python-modules/datalad/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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 = [
Expand Down

0 comments on commit 83be9f1

Please sign in to comment.