- Skip REPLWrapTestCase.test_existing_spawn which seems to still
fail on s390x (gh#pexpect/pexpect#750, bsc#1209560). OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pexpect?expand=0&rev=66
This commit is contained in:
parent
a02f5546e4
commit
3d04258ad8
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Mar 30 16:56:32 UTC 2023 - Matej Cepl <mcepl@suse.com>
|
||||
|
||||
- Skip REPLWrapTestCase.test_existing_spawn which seems to still
|
||||
fail on s390x (gh#pexpect/pexpect#750, bsc#1209560).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Mar 27 08:12:48 UTC 2023 - Andreas Schwab <schwab@suse.de>
|
||||
|
||||
|
@ -21,7 +21,7 @@ Version: 4.8.0
|
||||
Release: 0
|
||||
Summary: Pure Python Expect-like module
|
||||
License: ISC
|
||||
URL: https://pexpect.readthedocs.org/en/latest/
|
||||
URL: https://github.com/pexpect/pexpect
|
||||
Source: https://files.pythonhosted.org/packages/source/p/pexpect/pexpect-%{version}.tar.gz
|
||||
Patch0: no-python-binary.patch
|
||||
# Newer asyncio / python 3.11 support
|
||||
@ -75,7 +75,8 @@ export LANG=en_US.UTF-8
|
||||
# test_interact_escape_None - seen failed on s390x
|
||||
# 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})"
|
||||
# test_existing_spawn fails on s390x - gh#pexpect/pexpect#750
|
||||
%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 or test_existing_spawn %{?qemu_user_space_build: or test_interrupt or test_multiple_interrupts})"
|
||||
|
||||
%files %{python_files}
|
||||
%license LICENSE
|
||||
|
Loading…
Reference in New Issue
Block a user