From dcbb6c4d89986418ba28650d5a9f7b285dd3c65c Mon Sep 17 00:00:00 2001 From: Fabio Valentini Date: Sat, 21 Sep 2024 21:32:54 +0200 Subject: [PATCH] Disable tests to avoid pulling in old compat packages --- rust-tower-service.spec | 3 ++- rust2rpm.toml | 4 ++++ 2 files changed, 6 insertions(+), 1 deletion(-) create mode 100644 rust2rpm.toml diff --git a/rust-tower-service.spec b/rust-tower-service.spec index 80e3f5f..0ddf4cc 100644 --- a/rust-tower-service.spec +++ b/rust-tower-service.spec @@ -1,5 +1,6 @@ # Generated by rust2rpm 26 -%bcond_without check +# * outdated dev-dependencies: http ^0.2 +%bcond_with check %global debug_package %{nil} %global crate tower-service diff --git a/rust2rpm.toml b/rust2rpm.toml new file mode 100644 index 0000000..462d94e --- /dev/null +++ b/rust2rpm.toml @@ -0,0 +1,4 @@ +[tests] +run = ["none"] +comments = ["outdated dev-dependencies: http ^0.2"] +