Hello community,

here is the log from the commit of package python-eliot for openSUSE:Factory 
checked in at 2020-03-16 10:19:56
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-eliot (Old)
 and      /work/SRC/openSUSE:Factory/.python-eliot.new.3160 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-eliot"

Mon Mar 16 10:19:56 2020 rev:7 rq:785248 version:1.12.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-eliot/python-eliot.changes        
2020-03-04 09:39:39.709901041 +0100
+++ /work/SRC/openSUSE:Factory/.python-eliot.new.3160/python-eliot.changes      
2020-03-16 10:21:26.659663144 +0100
@@ -1,0 +2,5 @@
+Sun Mar 15 10:11:14 UTC 2020 - Tomáš Chvátal <tchva...@suse.com>
+
+- Skip one more failing test as it is flaky on OBS
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ python-eliot.spec ++++++
--- /var/tmp/diff_new_pack.BFNijb/_old  2020-03-16 10:21:27.975663680 +0100
+++ /var/tmp/diff_new_pack.BFNijb/_new  2020-03-16 10:21:27.979663681 +0100
@@ -23,7 +23,6 @@
 Release:        0
 Summary:        A logging system that tells the user why something happened
 License:        Apache-2.0
-Group:          Development/Languages/Python
 URL:            https://github.com/itamarst/eliot/
 Source0:        
https://github.com/itamarst/eliot/archive/%{version}/%{name}-%{version}.tar.gz
 BuildRequires:  %{python_module Sphinx}
@@ -79,7 +78,8 @@
 
 %check
 # skip prettyprint as it needs the binary to execute
-%python_expand PYTHONPATH=%%{buildroot}%{$python_sitelib} 
py.test-%{$python_bin_suffix} -v eliot/tests -k 'not prettyprint'
+# test_parse_stream is too slow in obs
+%pytest eliot/tests -k 'not (prettyprint or test_parse_stream)'
 
 %files %{python_files}
 %license LICENSE


Reply via email to