Hello community,

here is the log from the commit of package python-pexpect for openSUSE:Factory 
checked in at 2019-09-23 12:07:06
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-pexpect (Old)
 and      /work/SRC/openSUSE:Factory/.python-pexpect.new.7948 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-pexpect"

Mon Sep 23 12:07:06 2019 rev:30 rq:730119 version:4.7.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-pexpect/python-pexpect.changes    
2019-07-30 13:01:48.494433593 +0200
+++ /work/SRC/openSUSE:Factory/.python-pexpect.new.7948/python-pexpect.changes  
2019-09-23 12:07:08.729907994 +0200
@@ -1,0 +2,5 @@
+Wed Sep 11 11:50:01 UTC 2019 - Tomáš Chvátal <[email protected]>
+
+- Disable test_large_stdout_stream as it randomly fails
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ python-pexpect.spec ++++++
--- /var/tmp/diff_new_pack.bxV9M3/_old  2019-09-23 12:07:10.725907664 +0200
+++ /var/tmp/diff_new_pack.bxV9M3/_new  2019-09-23 12:07:10.729907664 +0200
@@ -61,7 +61,8 @@
 %check
 export LANG=en_US.UTF-8
 # test_bash https://github.com/pexpect/pexpect/issues/568
-%pytest -k 'not test_bash'
+# test_large_stdout_stream - random
+%pytest -k 'not test_bash and not test_large_stdout_stream'
 
 %files %{python_files}
 %license LICENSE


Reply via email to