Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.debian.maint.python > #15837

Re: Bug#1063957: python-pytest-lazy-fixture: autopkgtest regression with pytest 8

From Alexandre Detiste <alexandre.detiste@gmail.com>
Newsgroups linux.debian.maint.python
Subject Re: Bug#1063957: python-pytest-lazy-fixture: autopkgtest regression with pytest 8
Date 2024-05-13 23:10 +0200
Message-ID <IDL5L-d9fJ-3@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>
Organization linux.* mail to news gateway

Show all headers | View raw


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

I don't know what's the best way to check this, I use this template hereunder

Greetings


#!/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

Back to linux.debian.maint.python | Previous | NextPrevious in thread | Next in thread | Find similar | Unroll thread


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