From 69a2909cd32ee58036292b4295d3d6f0225e42b0eeb73b5d2cab9e114551f707 Mon Sep 17 00:00:00 2001 From: Daniel Garcia Date: Thu, 23 Feb 2023 10:44:36 +0000 Subject: [PATCH] - 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 --- python-PyKMIP.changes | 6 ++++++ python-PyKMIP.spec | 6 +++++- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/python-PyKMIP.changes b/python-PyKMIP.changes index b5abdb4..9d22910 100644 --- a/python-PyKMIP.changes +++ b/python-PyKMIP.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Thu Feb 23 10:44:02 UTC 2023 - Daniel Garcia + +- Disable broken test, test_mac_with_cryptographic_failure, + gh#OpenKMIP/PyKMIP#690 + ------------------------------------------------------------------- Thu Jan 26 12:36:34 UTC 2023 - Daniel Garcia diff --git a/python-PyKMIP.spec b/python-PyKMIP.spec index 0101c27..230f796 100644 --- a/python-PyKMIP.spec +++ b/python-PyKMIP.spec @@ -77,7 +77,11 @@ Standards`_ (OASIS). PyKMIP supports a subset of features in versions %python_expand %fdupes %{buildroot}%{$python_sitelib} %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 %python_install_alternative pykmip-server