- Disable test test_pager_as_cat as it pulls additional deps

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pexpect?expand=0&rev=49
This commit is contained in:
Tomáš Chvátal 2020-02-06 10:10:18 +00:00 committed by Git OBS Bridge
parent 6face83ae2
commit 65cdcb4334
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