Disable tests to avoid pulling in outdated dev-dependencies

epel10 imports/epel10/rust-sha1_smol-1.0.1-2.el10
Fabio Valentini 6 months ago
parent b6da181530
commit b1c316429e
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

@ -1,5 +1,6 @@
# Generated by rust2rpm 26
%bcond_without check
# * outdated dev-dependencies: rand ^0.4
%bcond_with check
%global debug_package %{nil}
%global crate sha1_smol

@ -0,0 +1,4 @@
[tests]
run = ["none"]
comments = ["outdated dev-dependencies: rand ^0.4"]
Loading…
Cancel
Save