Skip to content

Commit

Permalink
Remove block
Browse files Browse the repository at this point in the history
  • Loading branch information
Jake-Shadle committed Sep 29, 2023
1 parent 9b544f2 commit 7694508
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions tests/advisories.rs
Original file line number Diff line number Diff line change
Expand Up @@ -581,14 +581,6 @@ fn crates_io_source_replacement() {
let mut cmd: krates::cm::MetadataCommand = cmd.into();
cmd.env("CARGO_HOME", cargo_home);

// Create a .package-cache lockfile, as we always open the global cargo index
// with shared, which isn't capable of creating the file if it doesn't exist
// std::fs::OpenOptions::new()
// .create(true)
// .write(true)
// .open(cargo_home.join(".package-cache"))
// .unwrap();

let mut kb = krates::Builder::new();
cargo_deny::krates_with_index(
&mut kb,
Expand Down

0 comments on commit 7694508

Please sign in to comment.