diff --git a/python-pexpect.changes b/python-pexpect.changes index 93a5485..a284b4c 100644 --- a/python-pexpect.changes +++ b/python-pexpect.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Fri Dec 6 07:28:04 UTC 2024 - Guillaume GARDET + +- Disable test_performance as it randomly fails + ------------------------------------------------------------------- Tue Dec 12 15:16:28 UTC 2023 - pgajdos@suse.com diff --git a/python-pexpect.spec b/python-pexpect.spec index 3549618..7f95a79 100644 --- a/python-pexpect.spec +++ b/python-pexpect.spec @@ -73,7 +73,8 @@ export INPUTRC=$(readlink -f .inputrc) TRAVIS=true # 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)" +# test_performance - random failures seen on aarch64 [ pexpect.exceptions.TIMEOUT: Timeout exceeded. ] +%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 or test_performance)" %files %{python_files} %license LICENSE