From a6808f5ce01604724898fea79099b852dbcb6dc5 Mon Sep 17 00:00:00 2001 From: Daniil Gentili Date: Sat, 10 Dec 2022 19:20:24 +0100 Subject: [PATCH] Skip scripts as well --- tests/third_party_tests.rs | 1 + 1 file changed, 1 insertion(+) 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");