diff --git a/python-pexpect.changes b/python-pexpect.changes index 0d273e5..93a5485 100644 --- a/python-pexpect.changes +++ b/python-pexpect.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue Dec 12 15:16:28 UTC 2023 - pgajdos@suse.com + +- disable randomly failing tests [bsc#1209560] + ------------------------------------------------------------------- Sat Nov 25 09:37:07 UTC 2023 - Dirk Müller diff --git a/python-pexpect.spec b/python-pexpect.spec index f9071aa..3549618 100644 --- a/python-pexpect.spec +++ b/python-pexpect.spec @@ -68,7 +68,12 @@ echo "set enable-bracketed-paste off" > .inputrc 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