Accepting request 1074115 from home:pgajdos:python

- disable some tests [bsc#1209560]
  * test_spawn_uses_env - seen failed on s390x
  * test_forced_terminate - seen failed on armv7l
  * test_interact_escape_None - seen failed on s390x

OBS-URL: https://build.opensuse.org/request/show/1074115
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pexpect?expand=0&rev=62
This commit is contained in:
Dirk Mueller 2023-03-24 12:19:39 +00:00 committed by Git OBS Bridge
parent 79fbaafcc9
commit 374a2e8cea
2 changed files with 12 additions and 1 deletions

View File

@ -1,3 +1,11 @@
-------------------------------------------------------------------
Fri Mar 24 08:08:57 UTC 2023 - pgajdos@suse.com
- disable some tests [bsc#1209560]
* test_spawn_uses_env - seen failed on s390x
* test_forced_terminate - seen failed on armv7l
* test_interact_escape_None - seen failed on s390x
-------------------------------------------------------------------
Thu Feb 23 08:37:45 UTC 2023 - Matej Cepl <mcepl@suse.com>

View File

@ -70,7 +70,10 @@ export LANG=en_US.UTF-8
# test_bash https://github.com/pexpect/pexpect/issues/568
# test_large_stdout_stream - random
# test_pager_as_cat - needs manpages that would pull extra deps
%pytest -k "not test_bash and not test_large_stdout_stream and not test_pager_as_cat %{?qemu_user_space_build: and not test_spawn_uses_env}"
# 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)"
%files %{python_files}
%license LICENSE