Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-pexpect for openSUSE:Factory checked in at 2023-04-08 17:38:56 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-pexpect (Old) and /work/SRC/openSUSE:Factory/.python-pexpect.new.19717 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-pexpect" Sat Apr 8 17:38:56 2023 rev:40 rq:1077779 version:4.8.0 Changes: -------- --- /work/SRC/openSUSE:Factory/python-pexpect/python-pexpect.changes 2023-03-29 23:25:59.671116518 +0200 +++ /work/SRC/openSUSE:Factory/.python-pexpect.new.19717/python-pexpect.changes 2023-04-08 17:39:02.270036999 +0200 @@ -1,0 +2,6 @@ +Thu Mar 30 16:56:32 UTC 2023 - Matej Cepl <mc...@suse.com> + +- Skip REPLWrapTestCase.test_existing_spawn which seems to still + fail on s390x (gh#pexpect/pexpect#750, bsc#1209560). + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-pexpect.spec ++++++ --- /var/tmp/diff_new_pack.eAwzCJ/_old 2023-04-08 17:39:02.958040948 +0200 +++ /var/tmp/diff_new_pack.eAwzCJ/_new 2023-04-08 17:39:02.966040995 +0200 @@ -21,7 +21,7 @@ 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 @@ # 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