Skip to content

Commit c7ebf0e

Browse files
cargo-insta: Fix build (#386668)
2 parents 9bc6260 + 13392df commit c7ebf0e

File tree

1 file changed

+9
-5
lines changed

1 file changed

+9
-5
lines changed

pkgs/by-name/ca/cargo-insta/package.nix

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,17 @@ rustPlatform.buildRustPackage rec {
1616

1717

1818
useFetchCargoVendor = true;
19-
cargoHash = "sha256-bRxtkuNtCelcYJkWPMl8xkMuGcbGCxvdz5cCzPUk44k=";
19+
cargoHash = "sha256-Vx26ArAcsW0NNVNZa4M5hqz/sm1gecrun/bbRWMu07Q=";
2020

2121
checkFlags = [
22-
# Depends on `rustfmt` and does not matter for packaging.
23-
"--skip=utils::test_format_rust_expression"
24-
# Requires networking
25-
"--skip=test_force_update_snapshots"
22+
# Depends on `rustfmt` and does not matter for packaging.
23+
"--skip=utils::test_format_rust_expression"
24+
# Requires networking
25+
"--skip=test_force_update_snapshots"
26+
27+
"--skip=test_ignored_snapshots"
28+
"--skip=workspace::test_insta_workspace_root"
29+
"--skip=env::test_get_cargo_workspace_manifest_dir"
2630
];
2731

2832
meta = with lib; {

0 commit comments

Comments
 (0)