diff --git a/python-pexpect.changes b/python-pexpect.changes index 73e2210..a3b62b3 100644 --- a/python-pexpect.changes +++ b/python-pexpect.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Thu Mar 30 16:56:32 UTC 2023 - Matej Cepl + +- 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 diff --git a/python-pexpect.spec b/python-pexpect.spec index c71ad24..7bf2f4c 100644 --- a/python-pexpect.spec +++ b/python-pexpect.spec @@ -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