Path: csiph.com!news.samoylyk.net!gothmog.csi.it!bofh.it!news.nic.it!robomod From: Jeroen Ploemen Newsgroups: linux.debian.maint.python Subject: Re: python-papermill and its reverse deps will be removed from the archive due to a severe RC bug Date: Fri, 03 Oct 2025 12:20:01 +0200 Message-ID: References: X-Original-To: Aryan Karamtoth X-Mailbox-Line: From debian-python-request@lists.debian.org Fri Oct 3 10:10:39 2025 Old-Return-Path: X-Amavis-Spam-Status: No, score=-113.354 tagged_above=-10000 required=5.3 tests=[BAYES_00=-2, DKIMWL_WL_HIGH=-0.445, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, LDO_WHITELIST=-5, PGPSIGNATURE=-5, RCVD_IN_DNSWL_LOW=-0.7, UNPARSEABLE_RELAY=0.001, USER_IN_DKIM_WELCOMELIST=-0.01, USER_IN_DKIM_WHITELIST=-100] autolearn=ham autolearn_force=no X-Mailer: Claws Mail 4.3.1 (GTK 3.24.33; x86_64-pc-linux-gnu) MIME-Version: 1.0 Content-Type: multipart/signed; boundary="Sig_/woGFC6D01+chLjW+d2C9Tm2"; protocol="application/pgp-signature"; micalg=pgp-sha512 X-Debian-User: jcfp X-Mailing-List: archive/latest/23284 List-ID: List-URL: List-Archive: https://lists.debian.org/msgid-search/20251003101013.5aafaaab@debian.org Approved: robomod@news.nic.it Lines: 64 Organization: linux.* mail to news gateway Sender: robomod@news.nic.it X-Original-Cc: debian-python@lists.debian.org X-Original-Date: Fri, 3 Oct 2025 10:10:13 -0000 X-Original-Message-ID: <20251003101013.5aafaaab@debian.org> X-Original-References: Xref: csiph.com linux.debian.maint.python:17098 --Sig_/woGFC6D01+chLjW+d2C9Tm2 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable On Fri, 3 Oct 2025 09:16:00 +0530 Aryan Karamtoth wrote: > Hi, >=20 > I noticed that one of my packages, python-vector [1] has been > scheduled for auto removal all of a sudden. Upon looking further, I > noticed that python-papermill [2] has a severe RC bug [3] which is > caused due to a failing dh_auto_test in papermill. >=20 > I gave a good look at the file that's causing this which is > test_abs.py [4]=C2=A0 according to the RC bug. >=20 > The error is: >=20 > ______________________ ERROR collecting tests/test_abs.py > ______________________ ImportError while importing test module > '/<>/.pybuild/cpython3_3.13/build/tests/test_abs.py'. > Hint: make sure your test modules/packages have valid Python names. > Traceback: /usr/lib/python3.13/importlib/__init__.py:88: in > import_module return _bootstrap._gcd_import(name[level:], package, > level) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ > tests/test_abs.py:5: in > from azure.identity import EnvironmentCredential > E ModuleNotFoundError: No module named 'azure.identity' >=20 >=20 > This error is caused due to azure.identity library [5] which is not > yet packaged into debian. One of the deps, hi Aryan, that exact import (from azure.identity import EnvironmentCredential) works fine in testing with python3-azure installed. Relevant files are in /usr/lib/python3/dist-packages/azure/identity/, so the import should work out of the box. Maybe the testsuite or its environment is playing tricks with the python path? --Sig_/woGFC6D01+chLjW+d2C9Tm2 Content-Type: application/pgp-signature Content-Description: OpenPGP digital signature -----BEGIN PGP SIGNATURE----- iQIzBAEBCgAdFiEEd8lhnEnWos3N8v+qQoMEoXSNzHoFAmjfoQUACgkQQoMEoXSN zHpURA/7BdiSSfzS/TjL+yc+/adff6SltfIqALnURZM8HcNBFrIgwhrjSYpZLqlL s1PzjM1dGMOFOQGICnDcQ8hSRX7YEQLkZkFkqb/d2cv7lrmZKI0pSI4k5+j1UORn jHjSoRPY8uVt3l6OdbIRLpPaibtaPZpinxNek0JylrcAFCUanuZxSM0IG5rjjOAH 1ybP9qZb4x9v2PbfH2BTreefG7v4eRMX4VL1kU/l4+I4UnS9SlON8S3NIDdSlsiL FhLNCVkVXHaU6mZkdrB3advuvsYvWESdBUerumi92uQSvc4mZsZPwtcGx5heQ2aH 3TRagkomxTthT9RE8EPlAICBaCrgd72Xjip+UvrRUL8ZIwDwdAa3DEmP2TvixI5d msoqyiRRjH2GTMcJrJxOSB66k+0THQMErHzqUfG/BpxxAbdo3SwZzIA19fBgyIBc Neyk2on599anwUO45+VtsvUbPMHQifYn3tg78Pm6OKn5lpjPgDOamZ77ngq6Srbf MErp60g3fHxGvdRXS/Rn4Y88RQkFwi4Jo/12Vf3pw0xB9bbShteUJoNchNz6NboX Pmp3K3c8Q7cU1Wk7EUKGQT3+C/5SIobrmPpoOFrkDNBl5StFEzqmHHJgrYbpnPwd 3VHQO2xZBycg0ag+TIC3nDd+vB0JyJEzh9k7HVgcojcYgC40z5c= =i4DC -----END PGP SIGNATURE----- --Sig_/woGFC6D01+chLjW+d2C9Tm2--