From a02f5546e449ca7499ac07df2400701e4201c58ea200175578ef9104b6c3b4a0 Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Mon, 27 Mar 2023 22:48:54 +0000 Subject: [PATCH] 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 --- python-pexpect.changes | 6 ++++++ python-pexpect.spec | 4 +++- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/python-pexpect.changes b/python-pexpect.changes index 32038f6..73e2210 100644 --- a/python-pexpect.changes +++ b/python-pexpect.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Mon Mar 27 08:12:48 UTC 2023 - Andreas Schwab + +- 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 diff --git a/python-pexpect.spec b/python-pexpect.spec index 76e3a76..c71ad24 100644 --- a/python-pexpect.spec +++ b/python-pexpect.spec @@ -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