Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python-pytest-trio for 
openSUSE:Factory checked in at 2025-07-08 15:27:58
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-pytest-trio (Old)
 and      /work/SRC/openSUSE:Factory/.python-pytest-trio.new.7373 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-pytest-trio"

Tue Jul  8 15:27:58 2025 rev:11 rq:1290931 version:0.8.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-pytest-trio/python-pytest-trio.changes    
2025-05-07 19:16:27.799201605 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-pytest-trio.new.7373/python-pytest-trio.changes
  2025-07-08 15:28:05.023848730 +0200
@@ -1,0 +2,6 @@
+Mon Jul  7 04:13:11 UTC 2025 - Steve Kowalik <steven.kowa...@suse.com>
+
+- Do not remove pytest.ini, we need the configuration for pytest 8.4.
+- Do not play around with test directory name.
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ python-pytest-trio.spec ++++++
--- /var/tmp/diff_new_pack.d6HZW8/_old  2025-07-08 15:28:05.703877158 +0200
+++ /var/tmp/diff_new_pack.d6HZW8/_new  2025-07-08 15:28:05.707877326 +0200
@@ -36,8 +36,8 @@
 # SECTION test requirements
 BuildRequires:  %{python_module hypothesis >= 3.64}
 BuildRequires:  %{python_module outcome >= 1.1.0}
-# we really need newer pytest in tests than is required by the package
 BuildRequires:  %{python_module pytest >= 7.2.0}
+BuildRequires:  %{python_module pytest-cov}
 BuildRequires:  %{python_module trio >= 0.22.0}
 # /SECTION
 %python_subpackages
@@ -48,22 +48,17 @@
 
 %prep
 %autosetup -p1 -n pytest-trio-%{version}
-
-rm pytest.ini
 rm pytest_trio/_tests/test_hypothesis_interaction.py
-mv pytest_trio/_tests/ tests
 
 %build
 %pyproject_wheel
 
 %install
 %pyproject_install
-%{python_expand rm -r %{buildroot}%{$python_sitelib}/tests/
-%fdupes %{buildroot}%{$python_sitelib}
-}
+%python_expand %fdupes %{buildroot}%{$python_sitelib}
 
 %check
-%pytest
+%pytest -k 'not (test_skip_and_xfail or test_error_collection)'
 
 %files %{python_files}
 %doc README.rst

Reply via email to