Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python-xmlsec for openSUSE:Factory 
checked in at 2022-12-19 14:08:22
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-xmlsec (Old)
 and      /work/SRC/openSUSE:Factory/.python-xmlsec.new.1835 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-xmlsec"

Mon Dec 19 14:08:22 2022 rev:8 rq:1043746 version:1.3.13

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-xmlsec/python-xmlsec.changes      
2022-10-19 13:18:11.141285358 +0200
+++ /work/SRC/openSUSE:Factory/.python-xmlsec.new.1835/python-xmlsec.changes    
2022-12-19 14:08:23.226702558 +0100
@@ -1,0 +2,6 @@
+Mon Dec 19 11:33:28 UTC 2022 - Daniel Garcia <daniel.gar...@suse.com>
+
+- Run tests with -n1 to avoid race condition in tests
+  gh#xmlsec/python-xmlsec#210
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ python-xmlsec.spec ++++++
--- /var/tmp/diff_new_pack.pPATJy/_old  2022-12-19 14:08:23.986706496 +0100
+++ /var/tmp/diff_new_pack.pPATJy/_new  2022-12-19 14:08:23.994706537 +0100
@@ -16,7 +16,6 @@
 #
 
 
-%{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:           python-xmlsec
 Version:        1.3.13
 Release:        0
@@ -30,6 +29,7 @@
 BuildRequires:  %{python_module lxml-devel}
 BuildRequires:  %{python_module pip}
 BuildRequires:  %{python_module pkgconfig}
+BuildRequires:  %{python_module pytest-xdist}
 BuildRequires:  %{python_module pytest}
 BuildRequires:  %{python_module setuptools_scm}
 BuildRequires:  %{python_module setuptools}
@@ -62,12 +62,12 @@
 %python_expand %fdupes %{buildroot}%{$python_sitearch}
 
 %check
-%ifarch %ix86
-export skip_tests="not test_reinitialize_module"
-%else
-export skip_tests=""
-%endif
-%pytest_arch -k "$skip_tests" tests/
+# gh#xmlsec/python-xmlsec#244
+donttest="test_sign_case5"
+
+# Run tests with -n 1 to avoid race condition in tests
+# gh#xmlsec/python-xmlsec#210
+%pytest_arch -n 1 -k "not (${donttest})" tests/
 
 %files %{python_files}
 %doc README.rst

Reply via email to