Unverified Commit c7ebf0ef authored by Matthias Beyer's avatar Matthias Beyer Committed by GitHub
Browse files

cargo-insta: Fix build (#386668)

parents 9bc62609 13392df4
Loading
Loading
Loading
Loading
+9 −5
Original line number Diff line number Diff line
@@ -16,13 +16,17 @@ rustPlatform.buildRustPackage rec {


  useFetchCargoVendor = true;
  cargoHash = "sha256-bRxtkuNtCelcYJkWPMl8xkMuGcbGCxvdz5cCzPUk44k=";
  cargoHash = "sha256-Vx26ArAcsW0NNVNZa4M5hqz/sm1gecrun/bbRWMu07Q=";

  checkFlags = [
    # Depends on `rustfmt` and does not matter for packaging.
    "--skip=utils::test_format_rust_expression"
    # Requires networking
    "--skip=test_force_update_snapshots"

    "--skip=test_ignored_snapshots"
    "--skip=workspace::test_insta_workspace_root"
    "--skip=env::test_get_cargo_workspace_manifest_dir"
  ];

  meta = with lib; {