Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.debian.maint.python > #15839
| Path | csiph.com!pasdenom.info!newsfeed.bofh.team!2.eu.feeder.erje.net!feeder.erje.net!fu-berlin.de!news.servidellagleba.it!bofh.it!news.nic.it!robomod |
|---|---|
| From | Julian Gilbey <julian@d-and-j.net> |
| Newsgroups | linux.debian.maint.python |
| Subject | Re: Bug#1063957: python-pytest-lazy-fixture: autopkgtest regression with pytest 8 |
| Date | Tue, 14 May 2024 09:00:01 +0200 |
| Message-ID | <IDU94-deCg-7@gated-at.bofh.it> (permalink) |
| References | <Iq90l-4oGU-4351@gated-at.bofh.it> <Iq90l-4oGU-4349@gated-at.bofh.it> <IDKjn-d8Kg-1@gated-at.bofh.it> <IDKW5-d8WT-5@gated-at.bofh.it> <IDL5L-d9fJ-3@gated-at.bofh.it> |
| X-Mailbox-Line | From debian-python-request@lists.debian.org Tue May 14 06:54:02 2024 |
| Old-Return-Path | <julian@d-and-j.net> |
| X-Amavis-Spam-Status | No, score=-7.2 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, LDO_WHITELIST=-5] autolearn=ham autolearn_force=no |
| X-Policyd-Weight | using cached result; rate: -4.6 |
| X-Greylist | delayed 1103 seconds by postgrey-1.36 at bendel; Tue, 14 May 2024 06:53:47 UTC |
| MIME-Version | 1.0 |
| Content-Type | text/plain; charset=iso-8859-1 |
| Content-Disposition | inline |
| Content-Transfer-Encoding | 8bit |
| X-Mailing-List | <debian-python@lists.debian.org> archive/latest/21869 |
| List-ID | <debian-python.lists.debian.org> |
| List-URL | <https://lists.debian.org/debian-python/> |
| List-Archive | https://lists.debian.org/msgid-search/ZkMGJ91rQd7_lE3j@d-and-j.net |
| Approved | robomod@news.nic.it |
| Lines | 39 |
| Organization | linux.* mail to news gateway |
| Sender | robomod@news.nic.it |
| X-Original-Cc | Scott Kitterman <debian@kitterman.com>, debian-python@lists.debian.org |
| X-Original-Date | Tue, 14 May 2024 07:35:19 +0100 |
| X-Original-Message-ID | <ZkMGJ91rQd7_lE3j@d-and-j.net> |
| X-Original-References | <5072c0e640c04e627994b224793ed013.timo@gaussglocke.de> <CAD+GYvwTxJnb4fuN4cv=XcnOL=uSr-vnm2da=jkJX7fad0OTLw@mail.gmail.com> <ZkJ0UimemYp8T0hJ@d-and-j.net> <E1AA691D-C563-485B-BD8D-E3CC211021C8@kitterman.com> <CADsTwj+gbBoh4_e5rrUC6Zw36gb-1CxBFqMtLsd4uCJUN6ywyQ@mail.gmail.com> |
| Xref | csiph.com linux.debian.maint.python:15839 |
Show key headers only | View raw
On Mon, May 13, 2024 at 11:07:54PM +0200, Alexandre Detiste wrote: > Le lun. 13 mai 2024 à 22:59, Scott Kitterman <debian@kitterman.com> a écrit : > > >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 just 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=1067200 Oh, gosh, I thought I had done so (this is cython3-legacy), but I clearly made a serious mistake in my attempt! > I don't know what's the best way to check this, I use this template hereunder Thanks Alexandre! > #!/bin/sh > Sources=/var/lib/apt/lists/ftp.*.debian.org_debian_dists_unstable_*_source_Sources > Packages=/var/lib/apt/lists/ftp.*.debian.org_debian_dists_unstable_*_binary-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,Maintaine As you say, though, in this case, pytest-lazy-fixture itself has an unfixable RC bug, so all of the rdepends need to be fixed (and by "soon", I was thinking "once all these packages no longer depend on it, but I should have said that explicitly ;-) Best wishes, Julian
Back to linux.debian.maint.python | Previous | Next — Previous in thread | Find similar | Unroll thread
Bug#1063957: python-pytest-lazy-fixture: autopkgtest regression with pytest 8 Julian Gilbey <jdg@debian.org> - 2024-05-13 22:20 +0200
Re: Bug#1063957: python-pytest-lazy-fixture: autopkgtest regression with pytest 8 Scott Kitterman <debian@kitterman.com> - 2024-05-13 23:00 +0200
Re: Bug#1063957: python-pytest-lazy-fixture: autopkgtest regression with pytest 8 Alexandre Detiste <alexandre.detiste@gmail.com> - 2024-05-13 23:10 +0200
Re: Bug#1063957: python-pytest-lazy-fixture: autopkgtest regression with pytest 8 Alexandre Detiste <alexandre.detiste@gmail.com> - 2024-05-14 08:50 +0200
Re: Bug#1063957: python-pytest-lazy-fixture: autopkgtest regression with pytest 8 Antonio Valentino <antonio.valentino@tiscali.it> - 2024-05-16 07:00 +0200
Re: Bug#1063957: python-pytest-lazy-fixture: autopkgtest regression with pytest 8 Julian Gilbey <julian@d-and-j.net> - 2024-05-19 15:30 +0200
Re: Bug#1063957: python-pytest-lazy-fixture: autopkgtest regression with pytest 8 Julian Gilbey <julian@d-and-j.net> - 2024-05-19 17:20 +0200
Re: Bug#1063957: python-pytest-lazy-fixture: autopkgtest regression with pytest 8 Julian Gilbey <julian@d-and-j.net> - 2024-05-29 11:30 +0200
Re: Bug#1063957: python-pytest-lazy-fixture: autopkgtest regression with pytest 8 Julian Gilbey <julian@d-and-j.net> - 2024-05-14 09:00 +0200
csiph-web