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


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

Re: Python 3.13 addition as a supported Python version started

Path csiph.com!tncsrv06.tnetconsulting.net!newsfeed.endofthelinebbs.com!news.corradoroberto.it!gothmog.csi.it!bofh.it!news.nic.it!robomod
From Julian Gilbey <julian@d-and-j.net>
Newsgroups linux.debian.maint.python, linux.debian.devel
Subject Re: Python 3.13 addition as a supported Python version started
Date Fri, 20 Dec 2024 10:50:01 +0100
Message-ID <JVHNT-14U7-1@gated-at.bofh.it> (permalink)
References <JIi0V-8BlE-3@gated-at.bofh.it> <JU8yR-hnbv-1@gated-at.bofh.it> <JUFl7-dJu-1@gated-at.bofh.it> <JVBS9-11bR-1@gated-at.bofh.it>
X-Mailbox-Line From debian-python-request@lists.debian.org Fri Dec 20 09:46:18 2024
Old-Return-Path <julian@d-and-j.net>
X-Amavis-Spam-Status No, score=-7.198 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, RCVD_IN_VALIDITY_CERTIFIED_BLOCKED=0.001, RCVD_IN_VALIDITY_RPBL_BLOCKED=0.001] autolearn=ham autolearn_force=no
X-Policyd-Weight using cached result; rate: -4.6
MIME-Version 1.0
Content-Type text/plain; charset=us-ascii
Content-Disposition inline
X-Mailing-List <debian-python@lists.debian.org> archive/latest/22687
List-ID <debian-python.lists.debian.org>
List-URL <https://lists.debian.org/debian-python/>
List-Archive https://lists.debian.org/msgid-search/Z2U819o0Ot-pJWIr@d-and-j.net
Approved robomod@news.nic.it
Lines 34
Organization linux.* mail to news gateway
Sender robomod@news.nic.it
X-Original-Date Fri, 20 Dec 2024 09:45:59 +0000
X-Original-Message-ID <Z2U819o0Ot-pJWIr@d-and-j.net>
X-Original-References <2431386e-e5e5-4041-ad7d-0b6ea31b585e@debian.org> <Z1-JNrGe5s728jQg@camorr.rosewood.vpn.ucam.org> <Z2F0VrmrP_5uL7Kn@d-and-j.net> <Z2TjEYUhkYLceKs-@riva.ucam.org>
Xref csiph.com linux.debian.maint.python:16595 linux.debian.devel:114861

Cross-posted to 2 groups.

Show key headers only | View raw


On Fri, Dec 20, 2024 at 03:22:57AM +0000, Colin Watson wrote:
> On Tue, Dec 17, 2024 at 12:53:42PM +0000, Julian Gilbey wrote:
> > On Mon, Dec 16, 2024 at 01:58:14AM +0000, Colin Watson wrote:
> > > [...]
> > >  * spyder: #1088068/#1089054.
> > 
> > I'm struggling with this one; I've asked at
> > https://github.com/spyder-ide/spyder/issues/23074
> > for help, but nothing so far.  I've just pushed my current work to
> > salsa (git@salsa.debian.org:science-team/spyder.git), and if anyone
> > has time to look into this, I'd really appreciate it.
> 
> I poked around a bit in pdb.  I think the problem is that one plugin is
> calling the icon machinery at class creation time, before a QApplication
> or equivalent has been set up, so font loading doesn't happen.  Since
> pytest goes through and loads all the Python files to look for tests,
> this causes it problems.
> [...]

Hi Colin,

That's amazing, thank you!  I'm still curious why it succeeds with the
upstream version in a virtual environment but not with our setup.
I'll try it out when I'm better and submit it upstream.  (And in the
meantime, spyder has an autorm date of 2024-12-25, if I recall
correctly, so this should not hold up the Python 3.13 transition.)

Also, I'm used to having lots of new test failures with newer versions
of Spyder, so what you observed about several tests failing doesn't
surprise me!

Best wishes,

   Julian

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


Thread

Python 3.13 addition as a supported Python version started Matthias Klose <doko@debian.org> - 2024-11-13 10:50 +0100
  Re: Python 3.13 addition as a supported Python version started PICCA Frederic-Emmanuel <frederic-emmanuel.picca@synchrotron-soleil.fr> - 2024-11-13 11:30 +0100
    Re: Python 3.13 addition as a supported Python version started Matthias Klose <doko@debian.org> - 2024-11-13 11:50 +0100
      Re: Python 3.13 addition as a supported Python version started PICCA Frederic-Emmanuel <frederic-emmanuel.picca@synchrotron-soleil.fr> - 2024-11-13 12:10 +0100
        Re: Python 3.13 addition as a supported Python version started Andrey Rakhmatullin <wrar@debian.org> - 2024-11-13 12:20 +0100
    Re: Python 3.13 addition as a supported Python version started c.buhtz@posteo.jp - 2024-11-13 11:50 +0100
      Re: Python 3.13 addition as a supported Python version started buhtz@posteo.de - 2024-11-13 13:30 +0100
        Re: Python 3.13 addition as a supported Python version started Stefano Rivera <stefanor@debian.org> - 2024-11-13 15:50 +0100
    Re: Python 3.13 addition as a supported Python version started Stefano Rivera <stefanor@debian.org> - 2024-11-13 16:10 +0100
      Re: Python 3.13 addition as a supported Python version started Stefano Rivera <stefanor@debian.org> - 2024-11-13 16:10 +0100
  Re: Python 3.13 addition as a supported Python version started Colin Watson <cjwatson@debian.org> - 2024-12-16 03:00 +0100
    Re: Python 3.13 addition as a supported Python version started Julian Gilbey <julian@d-and-j.net> - 2024-12-17 14:00 +0100
      Re: Python 3.13 addition as a supported Python version started Colin Watson <cjwatson@debian.org> - 2024-12-20 04:30 +0100
        Re: Python 3.13 addition as a supported Python version started Julian Gilbey <julian@d-and-j.net> - 2024-12-20 10:50 +0100
    Re: Python 3.13 addition as a supported Python version started Colin Watson <cjwatson@debian.org> - 2024-12-20 04:40 +0100

csiph-web