Enable SHA1 signatures in testsuite
This commit is contained in:
parent
bd7aeefd95
commit
8d9e0d8502
@ -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}
|
||||||
|
Loading…
Reference in New Issue
Block a user