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