Hello community,

here is the log from the commit of package python-pexpect for openSUSE:Factory 
checked in at 2020-02-13 10:10:56
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-pexpect (Old)
 and      /work/SRC/openSUSE:Factory/.python-pexpect.new.26092 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-pexpect"

Thu Feb 13 10:10:56 2020 rev:31 rq:770497 version:4.7.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-pexpect/python-pexpect.changes    
2019-09-23 12:07:08.729907994 +0200
+++ /work/SRC/openSUSE:Factory/.python-pexpect.new.26092/python-pexpect.changes 
2020-02-13 10:10:57.552320615 +0100
@@ -1,0 +2,5 @@
+Thu Feb  6 10:09:58 UTC 2020 - Tomáš Chvátal <[email protected]>
+
+- Disable test test_pager_as_cat as it pulls additional deps
+
+-------------------------------------------------------------------

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ python-pexpect.spec ++++++
--- /var/tmp/diff_new_pack.qoQIOU/_old  2020-02-13 10:10:58.012320882 +0100
+++ /var/tmp/diff_new_pack.qoQIOU/_new  2020-02-13 10:10:58.016320884 +0100
@@ -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 @@
 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


Reply via email to