From 982f3eeaae74ef29181bd62a1628de7a5ba7d89b Mon Sep 17 00:00:00 2001 From: Christian Heimes Date: Fri, 21 Apr 2023 10:55:01 +0200 Subject: [PATCH] Allow SHA-1 signatures in gating tests, too 28cd304e9d008fc79b700e0f70c8bbb64f154f8e enabled SHA-1 signatures in upstream test suite so RPM check passes. Enable SHA-1 signatures in gating tests, too. resolves: rhbz#2172399 --- .gitignore | 2 ++ tests/tests.yml | 1 + 2 files changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index d1403e9..e50e600 100644 --- a/.gitignore +++ b/.gitignore @@ -44,3 +44,5 @@ /cryptography-36.0.0-vendor.tar.bz2 /cryptography-36.0.1.tar.gz /cryptography-36.0.1-vendor.tar.bz2 +/artifacts +/tests/artifacts diff --git a/tests/tests.yml b/tests/tests.yml index 115b5a9..f21d2cb 100644 --- a/tests/tests.yml +++ b/tests/tests.yml @@ -16,6 +16,7 @@ - python3-pytest-subtests environment: PYTHONPATH: "{{ srcdir }}/vectors" + OPENSSL_ENABLE_SHA1_SIGNATURES: "yes" tests: - remove_hypothesis: # remove tests that depend on python3-hypothesis package