Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python-yappi for openSUSE:Factory 
checked in at 2022-12-08 16:50:49
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-yappi (Old)
 and      /work/SRC/openSUSE:Factory/.python-yappi.new.1835 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-yappi"

Thu Dec  8 16:50:49 2022 rev:15 rq:1041184 version:1.4.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-yappi/python-yappi.changes        
2022-11-14 14:29:08.003011262 +0100
+++ /work/SRC/openSUSE:Factory/.python-yappi.new.1835/python-yappi.changes      
2022-12-08 16:51:12.587490444 +0100
@@ -1,0 +2,5 @@
+Wed Dec  7 16:13:58 UTC 2022 - Andreas Schwab <sch...@suse.de>
+
+- Skip test_context_cbks_reset_to_default under qemu
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ python-yappi.spec ++++++
--- /var/tmp/diff_new_pack.efjdb2/_old  2022-12-08 16:51:13.667495969 +0100
+++ /var/tmp/diff_new_pack.efjdb2/_new  2022-12-08 16:51:13.667495969 +0100
@@ -62,6 +62,10 @@
     # this test relies on asyncio.run method
     skip_tests="$skip_tests and not test_asyncio_context_vars"
 %endif
+%if 0%{?qemu_user_space_build}
+# qemu linux-user emulation always creates an additional thread
+skip_tests="$skip_tests and not test_context_cbks_reset_to_default"
+%endif
 # yappi binary is not available (only yappi-%python_version)
 skip_tests="$skip_tests and not test_run_as_script"
 %pytest_arch -k "$skip_tests"

Reply via email to