Enable SHA1 signatures in testsuite

This commit is contained in:
Yaakov Selkowitz 2022-12-12 23:35:05 +00:00
parent bd7aeefd95
commit 8d9e0d8502

View File

@ -48,6 +48,9 @@ very little effort.
%pyproject_save_files oauthlib %pyproject_save_files oauthlib
%check %check
# enable SHA-1 signatures for RSA tests
# also see https://github.com/pyca/cryptography/pull/6931 and rhbz#2060343
export OPENSSL_ENABLE_SHA1_SIGNATURES=yes
%{pytest} %{pytest}
%files -n python3-oauthlib -f %{pyproject_files} %files -n python3-oauthlib -f %{pyproject_files}