Accepting request 770497 from devel:languages:python

- Disable test test_pager_as_cat as it pulls additional deps

OBS-URL: https://build.opensuse.org/request/show/770497
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pexpect?expand=0&rev=31
This commit is contained in:
Dominique Leuenberger 2020-02-13 09:10:56 +00:00 committed by Git OBS Bridge
commit 86ce41f36f
2 changed files with 8 additions and 2 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Thu Feb 6 10:09:58 UTC 2020 - Tomáš Chvátal <tchvatal@suse.com>
- Disable test test_pager_as_cat as it pulls additional deps
-------------------------------------------------------------------
Wed Sep 11 11:50:01 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>

View File

@ -1,7 +1,7 @@
#
# spec file for package python-pexpect
#
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2020 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -62,7 +62,8 @@ find examples -type f -name "*.cgi" -exec sed -i "s|##!%{_bindir}/env python|##!
export LANG=en_US.UTF-8
# test_bash https://github.com/pexpect/pexpect/issues/568
# test_large_stdout_stream - random
%pytest -k 'not test_bash and not test_large_stdout_stream'
# 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'
%files %{python_files}
%license LICENSE