Accepting request 1228724 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/1228724 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pexpect?expand=0&rev=48
This commit is contained in:
commit
e305d82cc2
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Dec 6 07:28:04 UTC 2024 - Guillaume GARDET <guillaume.gardet@opensuse.org>
|
||||
|
||||
- Disable test_performance as it randomly fails
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Dec 12 15:16:28 UTC 2023 - pgajdos@suse.com
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user