Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python-pexpect for openSUSE:Factory 
checked in at 2023-12-14 22:02:38
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-pexpect (Old)
 and      /work/SRC/openSUSE:Factory/.python-pexpect.new.25432 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-pexpect"

Thu Dec 14 22:02:38 2023 rev:47 rq:1132884 version:4.9.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-pexpect/python-pexpect.changes    
2023-11-26 19:36:53.685264528 +0100
+++ /work/SRC/openSUSE:Factory/.python-pexpect.new.25432/python-pexpect.changes 
2023-12-14 22:02:40.107045630 +0100
@@ -1,0 +2,5 @@
+Tue Dec 12 15:16:28 UTC 2023 - pgaj...@suse.com
+
+- disable randomly failing tests [bsc#1209560]
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ python-pexpect.spec ++++++
--- /var/tmp/diff_new_pack.HTExf1/_old  2023-12-14 22:02:40.683066407 +0100
+++ /var/tmp/diff_new_pack.HTExf1/_new  2023-12-14 22:02:40.683066407 +0100
@@ -68,7 +68,12 @@
 export INPUTRC=$(readlink -f .inputrc) TRAVIS=true
 # test_pager_as_cat - needs manpages that would pull extra deps
 # test_interrupt, test_multiple_interrupts - hangs under linux-user emulation
-%pytest -k "not (test_pager_as_cat or test_zsh %{?qemu_user_space_build: or 
test_interrupt or test_multiple_interrupts})"
+# test_large_stdout_stream - seen failed on s390x,  [ assert 2 == 1 ]
+# test_*interrupt hang or are too long [bsc#1209560]
+# test_replwrap - seen failed on s390x, [ ValueError: Continuation prompt 
found - input was incomplete: ]
+# test_pxssh - seen failed on s390x, [ pexpect.pxssh.ExceptionPxssh: could not 
synchronize with original prompt ]
+# test_interact_exit_unicode - seen failed on s390x [ pexpect.exceptions.EOF: 
End Of File (EOF). Exception style platform. ]
+%pytest -k "not (test_large_stdout_stream or test_pager_as_cat or 
test_replwrap or test_pxssh or test_zsh or test_interrupt or 
test_multiple_interrupts or test_interact_exit_unicode)"
 
 %files %{python_files}
 %license LICENSE

Reply via email to