Hello community,

here is the log from the commit of package python-brotlipy for openSUSE:Factory 
checked in at 2019-03-22 15:13:22
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-brotlipy (Old)
 and      /work/SRC/openSUSE:Factory/.python-brotlipy.new.25356 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-brotlipy"

Fri Mar 22 15:13:22 2019 rev:4 rq:687646 version:0.7.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-brotlipy/python-brotlipy.changes  
2019-03-01 20:30:50.113990890 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-brotlipy.new.25356/python-brotlipy.changes   
    2019-03-22 15:13:27.457283161 +0100
@@ -1,0 +2,5 @@
+Fri Mar 22 12:49:36 UTC 2019 - Tomáš Chvátal <[email protected]>
+
+- Skip failing tests in OBS due to the speed of CPUs there
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ python-brotlipy.spec ++++++
--- /var/tmp/diff_new_pack.TyLOTs/_old  2019-03-22 15:13:29.033282959 +0100
+++ /var/tmp/diff_new_pack.TyLOTs/_new  2019-03-22 15:13:29.033282959 +0100
@@ -65,10 +65,11 @@
 
 %install
 %python_install
-%python_expand %fdupes -s %{buildroot}%{$python_sitearch}
+%python_expand %fdupes %{buildroot}%{$python_sitearch}
 
 %check
-%python_expand PYTHONPATH=%{buildroot}%{$python_sitearch} $python -m pytest
+# the skipped tests are benchmarks which can be flaky in OBS
+%python_expand PYTHONPATH=%{buildroot}%{$python_sitearch} $python -m pytest -k 
'not (test_streaming_compression or test_streaming_compression_flush)'
 
 %files %{python_files}
 %license LICENSE LICENSE.libbrotli


Reply via email to