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