Fix gating tests for sha1 removal
Resolves: rhbz#2159310
This commit is contained in:
parent
43af793cf3
commit
9f5f27800b
4
plan.fmf
4
plan.fmf
@ -23,7 +23,7 @@ discover:
|
|||||||
- name: unittests-x509
|
- name: unittests-x509
|
||||||
test: |
|
test: |
|
||||||
cd $(dirname $TMT_SOURCE_DIR/cryptography-*/tests) &&
|
cd $(dirname $TMT_SOURCE_DIR/cryptography-*/tests) &&
|
||||||
PYTHONPATH=./vectors pytest-3.11 tests/x509/
|
PYTHONPATH=./vectors OPENSSL_ENABLE_SHA1_SIGNATURES=yes pytest-3.11 tests/x509/
|
||||||
- name: unittests-hazmat
|
- name: unittests-hazmat
|
||||||
test: |
|
test: |
|
||||||
cd $(dirname $TMT_SOURCE_DIR/cryptography-*/tests) &&
|
cd $(dirname $TMT_SOURCE_DIR/cryptography-*/tests) &&
|
||||||
@ -47,5 +47,5 @@ discover:
|
|||||||
- name: unittests-primitives-f-z
|
- name: unittests-primitives-f-z
|
||||||
test: |
|
test: |
|
||||||
cd $(dirname $TMT_SOURCE_DIR/cryptography-*/tests) &&
|
cd $(dirname $TMT_SOURCE_DIR/cryptography-*/tests) &&
|
||||||
PYTHONPATH=./vectors pytest-3.11 tests/hazmat/primitives/test_[f-z]*.py \
|
PYTHONPATH=./vectors OPENSSL_ENABLE_SHA1_SIGNATURES=yes pytest-3.11 tests/hazmat/primitives/test_[f-z]*.py \
|
||||||
tests/hazmat/primitives/twofactor
|
tests/hazmat/primitives/twofactor
|
||||||
|
@ -8,7 +8,7 @@
|
|||||||
|
|
||||||
Name: python%{python3_pkgversion}-%{srcname}
|
Name: python%{python3_pkgversion}-%{srcname}
|
||||||
Version: 37.0.2
|
Version: 37.0.2
|
||||||
Release: 2%{?dist}
|
Release: 3%{?dist}
|
||||||
Summary: PyCA's cryptography library
|
Summary: PyCA's cryptography library
|
||||||
|
|
||||||
# We bundle various crates with cryptography which is dual licensed
|
# We bundle various crates with cryptography which is dual licensed
|
||||||
@ -205,6 +205,9 @@ PYTHONPATH=${PWD}/vectors:%{buildroot}%{python3_sitearch} \
|
|||||||
%{python3_sitearch}/%{srcname}-%{version}-py*.egg-info
|
%{python3_sitearch}/%{srcname}-%{version}-py*.egg-info
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Feb 14 2023 Charalampos Stratakis <cstratak@redhat.com> - 37.0.2-3
|
||||||
|
- Rebuild for gating
|
||||||
|
|
||||||
* Mon Feb 13 2023 Charalampos Stratakis <cstratak@redhat.com> - 37.0.2-2
|
* Mon Feb 13 2023 Charalampos Stratakis <cstratak@redhat.com> - 37.0.2-2
|
||||||
- Add explicit dependency on python3.11-rpm-macros
|
- Add explicit dependency on python3.11-rpm-macros
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user