Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python-PyKMIP for openSUSE:Factory 
checked in at 2023-03-02 23:04:17
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-PyKMIP (Old)
 and      /work/SRC/openSUSE:Factory/.python-PyKMIP.new.31432 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-PyKMIP"

Thu Mar  2 23:04:17 2023 rev:9 rq:1068666 version:0.10.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-PyKMIP/python-PyKMIP.changes      
2023-01-26 15:06:18.082244488 +0100
+++ /work/SRC/openSUSE:Factory/.python-PyKMIP.new.31432/python-PyKMIP.changes   
2023-03-02 23:04:40.888207005 +0100
@@ -1,0 +2,6 @@
+Thu Feb 23 10:44:02 UTC 2023 - Daniel Garcia <daniel.gar...@suse.com>
+
+- Disable broken test, test_mac_with_cryptographic_failure,
+  gh#OpenKMIP/PyKMIP#690
+
+-------------------------------------------------------------------

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ python-PyKMIP.spec ++++++
--- /var/tmp/diff_new_pack.9kRv3I/_old  2023-03-02 23:04:41.496210042 +0100
+++ /var/tmp/diff_new_pack.9kRv3I/_new  2023-03-02 23:04:41.500210062 +0100
@@ -77,7 +77,11 @@
 %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

Reply via email to