[From nobody Tue Sep 15 12:01:09 2026
Received: (at submit) by bugs.debian.org; 17 Jun 2024 08:27:43 +0000
X-Spam-Checker-Version: SpamAssassin 3.4.6-bugs.debian.org_2005_01_02
 (2021-04-09) on buxtehude.debian.org
X-Spam-Level: 
X-Spam-Status: No, score=-109.4 required=4.0 tests=BAYES_00,DKIMWL_WL_HIGH,
 DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,FROMDEVELOPER,
 SPF_HELO_NONE,SPF_NONE,T_SCC_BODY_TEXT_LINE,UNPARSEABLE_RELAY,
 USER_IN_DKIM_WELCOMELIST,USER_IN_DKIM_WHITELIST,XMAILER_REPORTBUG
 autolearn=ham autolearn_force=no
 version=3.4.6-bugs.debian.org_2005_01_02
X-Spam-Bayes: score:0.0000 Tokens: new, 30; hammy, 149; neutral, 49; spammy,
 1. spammytokens:0.969-+--models
 hammytokens:0.000-+--Hx-spam-relays-external:sk:stravin,
 0.000-+--H*RT:sk:stravin, 0.000-+--Hx-spam-relays-external:311,
 0.000-+--H*RT:311, 0.000-+--H*RT:108
Return-path: &lt;dparsons@debian.org&gt;
Received: from stravinsky.debian.org ([2001:41b8:202:deb::311:108]:53364)
 from C=NA, ST=NA, L=Ankh Morpork, O=Debian SMTP, OU=Debian SMTP CA,
 CN=stravinsky.debian.org, EMAIL=hostmaster@stravinsky.debian.org (verified)
 by buxtehude.debian.org with esmtps
 (TLS1.3:ECDHE_SECP256R1__RSA_PSS_RSAE_SHA256__AES_256_GCM:256)
 (Exim 4.94.2) (envelope-from &lt;dparsons@debian.org&gt;)
 id 1sJ7iJ-004PF0-Lq
 for submit@bugs.debian.org; Mon, 17 Jun 2024 08:27:43 +0000
DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=debian.org; 
 s=smtpauto.stravinsky;
 h=X-Debian-User:Date:Message-ID:Subject:To:From:
 Content-Transfer-Encoding:MIME-Version:Content-Type:Reply-To:Cc:Content-ID:
 Content-Description:In-Reply-To:References;
 bh=Vw+4ZYTKMczs40E+9I5qAg4Z+oU7ABx5Rj9DzAMgNYQ=; b=tXMYjHj3sb44qzwfWu89VdaIRs
 mv+3iZu0nGhUTn2znMtiA8yIWxZYeGMSkOnJGIlH5ChEXS+La0qK/FvCCzF+H0NhzFge3/mcBHVxk
 nDt7xLToMvKcSOioiGE04KqCu8/8rXxpfSD20tDFdSbhQxIW9+DdgFA724K/DFGaHcOfRmDedT8Yx
 eImpY7PmYmPZKsXzVHKn/pArziMpwH+pUgMX8MFjVpgiQBaV1rHH56LtplsAwClfPJQZ3YOnqpYzJ
 kcwyZqgMQ/m3ShEdx2J4tVCCn4GSRh5WaPRqmkK9+1D3co2P/va3X1wnqsFtgaFcqcUcidAZlxOlv
 KdpppjzA==;
Received: from authenticated user by stravinsky.debian.org with esmtpsa
 (TLS1.3:ECDHE_SECP256R1__RSA_PSS_RSAE_SHA256__AES_256_GCM:256)
 (Exim 4.94.2) (envelope-from &lt;dparsons@debian.org&gt;)
 id 1sJ7iH-00C3gh-7D; Mon, 17 Jun 2024 08:27:41 +0000
Received: from drew by sandy with local (Exim 4.97)
 (envelope-from &lt;dparsons@debian.org&gt;) id 1sJ7iG-0000000Fi6g-0sOj;
 Mon, 17 Jun 2024 10:27:40 +0200
Content-Type: text/plain; charset=&quot;us-ascii&quot;
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
From: Drew Parsons &lt;dparsons@debian.org&gt;
To: Debian Bug Tracking System &lt;submit@bugs.debian.org&gt;
Subject: gensim: tests fail with scipy 1.13
Message-ID: &lt;171861286017.3718607.16952704577764089171.reportbug@sandy&gt;
X-Mailer: reportbug 13.0.1
Date: Mon, 17 Jun 2024 10:27:40 +0200
X-Debian-User: dparsons
Delivered-To: submit@bugs.debian.org

Source: gensim
Version: 4.3.2+dfsg-1
Severity: important
Control: affects -1 src:scipy

gensim is failing to start tests using scipy 1.13 from experimental,
apparently due to use of a decprecated API.

Error is

278s _______________ ERROR collecting gensim/test/test_aggregation.py _______________
278s ImportError while importing test module '/tmp/autopkgtest-lxc.ikaecbc1/downtmp/autopkgtest_tmp/gensim/test/test_aggregation.py'.
278s Hint: make sure your test modules/packages have valid Python names.
278s Traceback:
278s /usr/lib/python3.12/importlib/__init__.py:90: in import_module
278s     return _bootstrap._gcd_import(name[level:], package, level)
278s gensim/test/test_aggregation.py:14: in &lt;module&gt;
278s     from gensim.topic_coherence import aggregation
278s /usr/lib/python3/dist-packages/gensim/__init__.py:11: in &lt;module&gt;
278s     from gensim import parsing, corpora, matutils, interfaces, models, similarities, utils  # noqa:F401
278s /usr/lib/python3/dist-packages/gensim/corpora/__init__.py:6: in &lt;module&gt;
278s     from .indexedcorpus import IndexedCorpus  # noqa:F401 must appear before the other classes
278s /usr/lib/python3/dist-packages/gensim/corpora/indexedcorpus.py:14: in &lt;module&gt;
278s     from gensim import interfaces, utils
278s /usr/lib/python3/dist-packages/gensim/interfaces.py:19: in &lt;module&gt;
278s     from gensim import utils, matutils
278s /usr/lib/python3/dist-packages/gensim/matutils.py:20: in &lt;module&gt;
278s     from scipy.linalg import get_blas_funcs, triu
278s E   ImportError: cannot import name 'triu' from 'scipy.linalg' (/usr/lib/python3/dist-packages/scipy/linalg/__init__.py)

Full test log at https://ci.debian.net/packages/g/gensim/unstable/amd64/47741137/

We've only just made scipy 1.12 available, but upstream is already
preparing the 1.14 release, so we'll want to push scipy 1.13 (and
1.14) to unstable in the near future. 
]