Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package python-paramiko for openSUSE:Factory
checked in at 2026-02-24 15:37:48
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-paramiko (Old)
and /work/SRC/openSUSE:Factory/.python-paramiko.new.1977 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-paramiko"
Tue Feb 24 15:37:48 2026 rev:67 rq:1333583 version:3.5.1
Changes:
--------
--- /work/SRC/openSUSE:Factory/python-paramiko/python-paramiko.changes
2025-06-11 16:19:38.355238153 +0200
+++
/work/SRC/openSUSE:Factory/.python-paramiko.new.1977/python-paramiko.changes
2026-02-24 15:37:54.728705333 +0100
@@ -1,0 +2,6 @@
+Tue Feb 17 15:04:47 UTC 2026 - Markéta Machová <[email protected]>
+
+- Split the test execution because pytest on 32-bit python 3.14 opens
+ too many threds when executing in one run
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-paramiko.spec ++++++
--- /var/tmp/diff_new_pack.Tpd0Dx/_old 2026-02-24 15:37:55.380732311 +0100
+++ /var/tmp/diff_new_pack.Tpd0Dx/_new 2026-02-24 15:37:55.384732477 +0100
@@ -1,7 +1,7 @@
#
# spec file for package python-paramiko
#
-# Copyright (c) 2025 SUSE LLC
+# Copyright (c) 2026 SUSE LLC and contributors
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -87,7 +87,10 @@
export LANG=en_US.UTF-8
# Do not test k5shell to avoid dependency
donttest="k5shell"
-%pytest tests/test_*.py -k "not $donttest"
+# workaround for an issue with too many threads open
https://github.com/paramiko/paramiko/issues/2571
+%pytest tests/test_transport.py
+rm tests/test_transport.py
+%pytest -k "not ($donttest)"
%files %{python_files}
%license LICENSE