diff --git a/tests/third_party_tests.rs b/tests/third_party_tests.rs index 55e5651..d596252 100644 --- a/tests/third_party_tests.rs +++ b/tests/third_party_tests.rs @@ -250,6 +250,8 @@ fn test_repository(name: &str, repository: &str, ignore: &[&str]) { .arg("--ignore-platform-reqs") .arg("--no-plugins") .arg("--no-scripts") + .arg("--no-interaction") + .arg("--prefer-dist") .current_dir(&out_path) .output() .expect("failed to run composer");