Path: csiph.com!weretis.net!feeder9.news.weretis.net!feeder8.news.weretis.net!fu-berlin.de!news.servidellagleba.it!bofh.it!news.nic.it!robomod From: Alexandre Detiste Newsgroups: linux.debian.maint.python Subject: Re: Bug#1063957: python-pytest-lazy-fixture: autopkgtest regression with pytest 8 Date: Mon, 13 May 2024 23:10:01 +0200 Message-ID: References: X-Original-To: Scott Kitterman X-Mailbox-Line: From debian-python-request@lists.debian.org Mon May 13 21:08:29 2024 Old-Return-Path: X-Amavis-Spam-Status: No, score=-7.199 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] autolearn=ham autolearn_force=no X-Policyd-Weight: using cached result; rate: -5.5 X-Gm-Message-State: AOJu0YyB+X37rRg4I44j/iVO+qlD3M1s6L0bB/EkMVqVwY3fVYILNSpX ErO9N94ibTRSbuQ0gkzQ9rp1LbbDo4ye9mzvJLeZMV5iejIquAbr3xTg0XvhMBggpV7wNlgZfoK 9XGiMbio1SvQYgiTCND0WejSPNPU2F76t X-Google-SMTP-Source: AGHT+IHdVTk0r5VZSkM6TBy2pOdEjC6SWmi038PM886QPfen+pt2cRX7/NKNKCYCZhm2fsW0qfi02DRsPI1XUPe2dx8= X-Received: by 2002:a25:ade7:0:b0:dcd:5c7:8466 with SMTP id 3f1490d57ef6-dee4f3a9f30mr11105104276.44.1715634485199; Mon, 13 May 2024 14:08:05 -0700 (PDT) MIME-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Mailing-List: archive/latest/21867 List-ID: List-URL: List-Archive: https://lists.debian.org/msgid-search/CADsTwj+gbBoh4_e5rrUC6Zw36gb-1CxBFqMtLsd4uCJUN6ywyQ@mail.gmail.com Approved: robomod@news.nic.it Lines: 33 Organization: linux.* mail to news gateway Sender: robomod@news.nic.it X-Original-Cc: debian-python@lists.debian.org X-Original-Date: Mon, 13 May 2024 23:07:54 +0200 X-Original-Message-ID: X-Original-References: <5072c0e640c04e627994b224793ed013.timo@gaussglocke.de> Xref: csiph.com linux.debian.maint.python:15837 Le lun. 13 mai 2024 =C3=A0 22:59, Scott Kitterman a = =C3=A9crit : > >I suggest that we soon ask ftpmaster to drop pytest-lazy-fixture from > >Debian unstable. > > Please transition all the rdepends first. Asking before that's done jus= t creates more work for everyone. > > Scott K It looks like for this one package it's already clear. @Julian: here it looks you forgot to check build-depends: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=3D1067200 I don't know what's the best way to check this, I use this template hereund= er Greetings #!/bin/sh Sources=3D/var/lib/apt/lists/ftp.*.debian.org_debian_dists_unstable_*_sourc= e_Sources Packages=3D/var/lib/apt/lists/ftp.*.debian.org_debian_dists_unstable_*_bina= ry-amd64_Packages ben query '.build-depends ~ "python3-lazy-fixture"' $Sources -s Package,Maintainer ben query '.build-depends-indep ~ "python3-lazy-fixture"' $Sources -s Package,Maintainer ben query '.depends ~ "python3-lazy-fixture"' $Packages -s Package,Maintain= e