Accepting request 1074791 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/1074791 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pexpect?expand=0&rev=39
This commit is contained in:
commit
e2cdfcae99
@ -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
|
Fri Mar 24 08:08:57 UTC 2023 - pgajdos@suse.com
|
||||||
|
|
||||||
|
@ -73,7 +73,9 @@ export LANG=en_US.UTF-8
|
|||||||
# test_spawn_uses_env - seen failed on s390x
|
# test_spawn_uses_env - seen failed on s390x
|
||||||
# test_forced_terminate - seen failed on armv7l
|
# test_forced_terminate - seen failed on armv7l
|
||||||
# test_interact_escape_None - seen failed on s390x
|
# 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}
|
%files %{python_files}
|
||||||
%license LICENSE
|
%license LICENSE
|
||||||
|
Loading…
Reference in New Issue
Block a user