From e8472c3ab8c1a52d757f36dc03294a3af5d8b276 Mon Sep 17 00:00:00 2001 From: Yaakov Selkowitz Date: Mon, 16 Jan 2023 19:58:22 -0500 Subject: [PATCH] Allow SHA1 signatures in testsuite This is needed to avoid test errors in ELN builds. --- python-dns.spec | 1 + 1 file changed, 1 insertion(+) diff --git a/python-dns.spec b/python-dns.spec index 0e7dc8f..6432188 100644 --- a/python-dns.spec +++ b/python-dns.spec @@ -60,6 +60,7 @@ find examples -type f | xargs chmod a-x %pyproject_save_files dns %check +export OPENSSL_ENABLE_SHA1_SIGNATURES=yes %pytest %files -n python3-dns -f %{pyproject_files}