Path: csiph.com!fu-berlin.de!bofh.it!news.nic.it!robomod From: Alexandre Detiste Newsgroups: linux.debian.maint.python,linux.debian.bugs.dist Subject: Re: [Help] Re: python-future: FTBFS: dh_auto_test: error: pybuild --test --test-pytest -i python{version} -p 3.11 returned exit code 13 Date: Thu, 04 Jan 2024 00:40:01 +0100 Message-ID: References: X-Mailbox-Line: From debian-python-request@lists.debian.org Wed Jan 3 23:30:53 2024 Old-Return-Path: X-Amavis-Spam-Status: No, score=-7.209 tagged_above=-10000 required=5.3 tests=[BAYES_00=-2, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, FREEMAIL_FROM=0.001, LDO_WHITELIST=-5, RCVD_IN_DNSWL_NONE=-0.0001, T_SCC_BODY_TEXT_LINE=-0.01] autolearn=ham autolearn_force=no X-Policyd-Weight: using cached result; rate: -5.5 X-Gm-Message-State: AOJu0YzWiTFM4cp7plODFOqflX2EMObGwuC3F+6YsVgEfmk6qmPlwS/f EYKgpIKCTwpeFZFYqwG0OaPXXVaPjCqZf1oLLJY= X-Google-SMTP-Source: AGHT+IFiz4Rfk9MnBxAXCFMbMKUESyB2W3z3RW0wlzSFfXjF6jarXB2OCxNRIhwcaU1TOqlJRCdoYwFjSV4O8nLI2oE= X-Received: by 2002:a5b:a42:0:b0:dbe:a335:1dad with SMTP id z2-20020a5b0a42000000b00dbea3351dadmr1116882ybq.57.1704324632990; Wed, 03 Jan 2024 15:30:32 -0800 (PST) MIME-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Mailing-List: archive/latest/21336 List-ID: List-URL: List-Archive: https://lists.debian.org/msgid-search/CADsTwjLYoNpOis+YD3CjmgyTuXr5mvWBuNB1e+43PUSsxZtEdA@mail.gmail.com Approved: robomod@news.nic.it Lines: 45 Organization: linux.* mail to news gateway Sender: robomod@news.nic.it X-Original-Cc: Debian Python , 1058794@bugs.debian.org X-Original-Date: Thu, 4 Jan 2024 00:30:21 +0100 X-Original-Message-ID: X-Original-References: Xref: csiph.com linux.debian.maint.python:15388 linux.debian.bugs.dist:1180986 Le lun. 11 d=C3=A9c. 2023 =C3=A0 16:43, Andreas Tille a = =C3=A9crit : > Control: tags -1 help > > [Bug #1056419 in CC since the issue seems to be caused by python-future] > > Hi Vincent, > > I tried to upgrade python-future to the latest upstream version in the > hope that this would solve the issue reported in bug #1042244. > Unfortunately this is not the case and now with Python3.12 we also > have to deal with the removal of imp (which affects bug #1056419). > > I'd like to ask for help on debian-python list since I'm pretty > overworked with other stuff. Please also review my rude patch[1] to > hack around a shinx issue. It would be great to have some better > solution here. The better solution is to remove python3-future altogether. I've set up a tracker with remaining packages: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=3D1059934 (list is not complete) There might be some nmu needed too if maintainers don't react. @Vincent: this one package "gtextfsm" is yours do you green light an upload ? Greetings, https://salsa.debian.org/python-team/packages/gtextfsm/-/pipelines/621238 gtextfsm $ cat debian/patches/no-future.patch From: Alexandre Detiste --- a/setup.py +++ b/setup.py @@ -53,5 +53,5 @@ }, include_package_data=3DTrue, package_data=3D{'textfsm': ['../testdata/*']}, - install_requires=3D['six', 'future'], + install_requires=3D['six'], )