Hello community,

here is the log from the commit of package python-black for openSUSE:Factory 
checked in at 2019-06-14 20:24:27
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-black (Old)
 and      /work/SRC/openSUSE:Factory/.python-black.new.4811 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-black"

Fri Jun 14 20:24:27 2019 rev:4 rq:707610 version:19.3b0

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-black/python-black.changes        
2019-03-22 15:10:54.825310434 +0100
+++ /work/SRC/openSUSE:Factory/.python-black.new.4811/python-black.changes      
2019-06-14 20:24:28.722799368 +0200
@@ -1,0 +2,5 @@
+Tue Jun  4 13:53:31 UTC 2019 - Tomáš Chvátal <[email protected]>
+
+- Skip randomly failing test (only in OBS)
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ python-black.spec ++++++
--- /var/tmp/diff_new_pack.26PWfK/_old  2019-06-14 20:24:29.266799198 +0200
+++ /var/tmp/diff_new_pack.26PWfK/_new  2019-06-14 20:24:29.270799197 +0200
@@ -31,6 +31,7 @@
 BuildRequires:  %{python_module attrs >= 18.1.0}
 BuildRequires:  %{python_module base >= 3.6}
 BuildRequires:  %{python_module click >= 6.5}
+BuildRequires:  %{python_module pytest}
 BuildRequires:  %{python_module setuptools}
 BuildRequires:  %{python_module toml >= 0.9.4}
 BuildRequires:  fdupes
@@ -65,10 +66,9 @@
 %python_install
 %python_expand %fdupes %{buildroot}%{$python_sitelib}
 
-%if %{python_version_nodots} >= 37
 %check
-%python_exec setup.py test
-%endif
+# test_expression_diff - sometimes fails on async timing in OBS
+%pytest -k 'not test_expression_diff'
 
 %files %{python_files}
 %doc README.md


Reply via email to