forked from pool/python-PyKMIP
- Disable broken test, test_mac_with_cryptographic_failure,
gh#OpenKMIP/PyKMIP#690 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-PyKMIP?expand=0&rev=16
This commit is contained in:
@@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Feb 23 10:44:02 UTC 2023 - Daniel Garcia <daniel.garcia@suse.com>
|
||||||
|
|
||||||
|
- Disable broken test, test_mac_with_cryptographic_failure,
|
||||||
|
gh#OpenKMIP/PyKMIP#690
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Jan 26 12:36:34 UTC 2023 - Daniel Garcia <daniel.garcia@suse.com>
|
Thu Jan 26 12:36:34 UTC 2023 - Daniel Garcia <daniel.garcia@suse.com>
|
||||||
|
|
||||||
|
@@ -77,7 +77,11 @@ Standards`_ (OASIS). PyKMIP supports a subset of features in versions
|
|||||||
%python_expand %fdupes %{buildroot}%{$python_sitelib}
|
%python_expand %fdupes %{buildroot}%{$python_sitelib}
|
||||||
|
|
||||||
%check
|
%check
|
||||||
%pytest kmip/tests/unit
|
# Broken test, possibly related with the latest release of openssl
|
||||||
|
# gh#OpenKMIP/PyKMIP#690
|
||||||
|
donttest="test_mac_with_cryptographic_failure"
|
||||||
|
|
||||||
|
%pytest -k "not ($donttest)" kmip/tests/unit
|
||||||
|
|
||||||
%post
|
%post
|
||||||
%python_install_alternative pykmip-server
|
%python_install_alternative pykmip-server
|
||||||
|
Reference in New Issue
Block a user