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