From 65cdcb43346f7c56b3352e8879439366251c87a1f31f66d82a7efd30450da76e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Thu, 6 Feb 2020 10:10:18 +0000 Subject: [PATCH] - 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 --- python-pexpect.changes | 5 +++++ python-pexpect.spec | 5 +++-- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/python-pexpect.changes b/python-pexpect.changes index c0d33a4..8193ea2 100644 --- a/python-pexpect.changes +++ b/python-pexpect.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu Feb 6 10:09:58 UTC 2020 - Tomáš Chvátal + +- Disable test test_pager_as_cat as it pulls additional deps + ------------------------------------------------------------------- Wed Sep 11 11:50:01 UTC 2019 - Tomáš Chvátal diff --git a/python-pexpect.spec b/python-pexpect.spec index ab5ad52..50e4a84 100644 --- a/python-pexpect.spec +++ b/python-pexpect.spec @@ -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