Accepting request 1074610 from openSUSE:Factory:RISCV

- Skip test_interrupt, test_multiple_interrupts, test_existing_spawn when
  running in QEmu linux-user emulation

OBS-URL: https://build.opensuse.org/request/show/1074610
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pexpect?expand=0&rev=64
This commit is contained in:
Matej Cepl 2023-03-27 22:48:54 +00:00 committed by Git OBS Bridge
parent 374a2e8cea
commit a02f5546e4
2 changed files with 9 additions and 1 deletions

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Mon Mar 27 08:12:48 UTC 2023 - Andreas Schwab <schwab@suse.de>
- Skip test_interrupt, test_multiple_interrupts, test_existing_spawn when
running in QEmu linux-user emulation
-------------------------------------------------------------------
Fri Mar 24 08:08:57 UTC 2023 - pgajdos@suse.com

View File

@ -73,7 +73,9 @@ export LANG=en_US.UTF-8
# test_spawn_uses_env - seen failed on s390x
# test_forced_terminate - seen failed on armv7l
# test_interact_escape_None - seen failed on s390x
%pytest -k "not (test_bash or test_large_stdout_stream or test_pager_as_cat or test_spawn_uses_env or test_forced_terminate or test_interact_escape_None)"
# test_interrupt, test_multiple_interrupts - hangs under linux-user emulation
# test_existing_spawn - fails under linux-user emulation
%pytest -k "not (test_bash or test_large_stdout_stream or test_pager_as_cat or test_spawn_uses_env or test_forced_terminate or test_interact_escape_None %{?qemu_user_space_build: or test_interrupt or test_multiple_interrupts or test_existing_spawn})"
%files %{python_files}
%license LICENSE