Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python-streamz for openSUSE:Factory 
checked in at 2024-09-06 17:19:02
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-streamz (Old)
 and      /work/SRC/openSUSE:Factory/.python-streamz.new.10096 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-streamz"

Fri Sep  6 17:19:02 2024 rev:12 rq:1199147 version:0.6.4

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-streamz/python-streamz.changes    
2024-03-17 22:14:00.996022720 +0100
+++ /work/SRC/openSUSE:Factory/.python-streamz.new.10096/python-streamz.changes 
2024-09-06 17:19:32.514376746 +0200
@@ -1,0 +2,5 @@
+Thu Sep  5 20:23:32 UTC 2024 - Ben Greiner <[email protected]>
+
+- Fix test collection with new pytest
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ python-streamz.spec ++++++
--- /var/tmp/diff_new_pack.kjt412/_old  2024-09-06 17:19:33.182404505 +0200
+++ /var/tmp/diff_new_pack.kjt412/_new  2024-09-06 17:19:33.186404672 +0200
@@ -57,7 +57,7 @@
 BuildRequires:  %{python_module distributed}
 BuildRequires:  %{python_module flaky}
 BuildRequires:  %{python_module graphviz}
-BuildRequires:  %{python_module ipywidgets if %python-base >= 3.10}
+BuildRequires:  %{python_module ipywidgets}
 BuildRequires:  %{python_module networkx}
 BuildRequires:  %{python_module pandas}
 BuildRequires:  %{python_module pytest-asyncio}
@@ -94,7 +94,12 @@
 fi
 # flaky: some tests are very fragile when run server-side
 donttest+=" or test_tcp"
-%pytest -m "not network" --asyncio-mode=auto --force-flaky --max-runs=10 
--no-success-flaky-report -rsfE ${$python_flags} --ignore 
streamz/tests/test_graph.py -k "not ($donttest)"
+%{pytest -m "not network" \
+    --pyargs streamz \
+    --asyncio-mode auto \
+    --force-flaky --max-runs=10 --no-success-flaky-report \
+    -rsfE --ignore streamz/tests/test_graph.py -k "not ($donttest)"
+}
 
 %files %{python_files}
 %doc README.rst

Reply via email to