Skip test that fails with OpenSSL < 3.0.7 (missing RIPEMD160 algorithm)

epel9
Fabio Valentini 2 years ago
parent eeade0d645
commit 4aa1a6657a
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

@ -245,7 +245,9 @@ rm examples/{notarize.rs,sign.rs,sign-detached.rs}
# * run tests with nettle crypto backend (default) # * run tests with nettle crypto backend (default)
%cargo_test -n -f crypto-nettle,compression %cargo_test -n -f crypto-nettle,compression
# * run tests with openssl crypto backend # * run tests with openssl crypto backend
%cargo_test -n -f crypto-openssl,compression # * skip test that fails with OpenSSL < 3.0.7 due to missing RIPEMD160 algorithm:
# https://gitlab.com/sequoia-pgp/sequoia/-/issues/979
%cargo_test -n -f crypto-openssl,compression -- -- --skip packet::one_pass_sig::tests::roundtrip
%endif %endif
%changelog %changelog

Loading…
Cancel
Save