Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python-pyp for openSUSE:Factory 
checked in at 2024-12-09 21:12:54
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-pyp (Old)
 and      /work/SRC/openSUSE:Factory/.python-pyp.new.29675 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-pyp"

Mon Dec  9 21:12:54 2024 rev:4 rq:1229391 version:1.2.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-pyp/python-pyp.changes    2024-03-27 
20:42:38.737292820 +0100
+++ /work/SRC/openSUSE:Factory/.python-pyp.new.29675/python-pyp.changes 
2024-12-09 21:13:58.014978889 +0100
@@ -1,0 +2,5 @@
+Mon Dec  9 13:03:02 UTC 2024 - Matej Cepl <mc...@cepl.eu>
+
+- Skip failing tests for Python 3.13 (gh#hauntsaninja/pyp#40).
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ python-pyp.spec ++++++
--- /var/tmp/diff_new_pack.rONYWg/_old  2024-12-09 21:13:58.547001148 +0100
+++ /var/tmp/diff_new_pack.rONYWg/_new  2024-12-09 21:13:58.547001148 +0100
@@ -62,9 +62,11 @@
 %python_expand %fdupes %{buildroot}%{$python_sitelib}
 
 %check
+# gh#hauntsaninja/pyp#40
+skip_tests_python313="test_user_error or test_tracebacks"
 export PATH=$(pwd):$PATH
 %{python_expand ln -sf %{buildroot}%{_bindir}/pyp-%{$python_bin_suffix} pyp
-PYTHONPATH=%{buildroot}%{$python_sitelib} py.test-%{$python_bin_suffix} -vv
+PYTHONPATH=%{buildroot}%{$python_sitelib} py.test-%{$python_bin_suffix} -vv 
"$( [ -n "${skip_tests_$python}" ] && printf "%s" '-k not 
('"${skip_tests_$python}"')')"
 }
 
 %post

Reply via email to