From faeae2cd5cbd12d1ee514fce4dcfc57daeb9d01c Mon Sep 17 00:00:00 2001 From: Artturin Date: Mon, 9 Sep 2024 22:33:37 +0300 Subject: [PATCH] Revert "git-branchless: fix build" This reverts commit c7c4a6094ffa5a4693f423e17585f7902fc4e115. Merged too soon and contains actual failures --- .../git-branchless/default.nix | 17 ----------------- 1 file changed, 17 deletions(-) diff --git a/pkgs/applications/version-management/git-branchless/default.nix b/pkgs/applications/version-management/git-branchless/default.nix index 241453c6651a..d3d4efd2478b 100644 --- a/pkgs/applications/version-management/git-branchless/default.nix +++ b/pkgs/applications/version-management/git-branchless/default.nix @@ -53,23 +53,6 @@ rustPlatform.buildRustPackage rec { "--skip=test_switch_pty" "--skip=test_next_ambiguous_interactive" "--skip=test_switch_auto_switch_interactive" - "--skip=test_amend_undo" - "--skip=test_switch_pty" - "--skip=test_next_ambiguous_interactive" - "--skip=test_switch_auto_switch_interactive" - "--skip=test_move_branch_on_merge_conflict_resolution" - "--skip=test_move_branches_after_move" - "--skip=test_move_delete_checked_out_branch" - "--skip=test_move_no_reapply_squashed_commits" - "--skip=test_move_orphaned_root" - "--skip=test_restore_snapshot_basic" - "--skip=test_restore_snapshot_delete_file_only_in_index" - "--skip=test_restore_snapshot_deleted_files" - "--skip=test_sync_basic" - "--skip=test_sync_no_delete_main_branch" - "--skip=test_undo_doesnt_make_working_dir_dirty" - "--skip=test_undo_move_refs" - "--skip=test_undo_noninteractive" ]; meta = with lib; {