Bug#1063274: pydevd: autopkgtest-failing warning with pandas 2.1

2024-02-22 Thread Julian Gilbey
On Tue, Feb 20, 2024 at 09:46:16PM +, Rebecca N. Palmer wrote: > Is that a yes to>> Does just the patch (not the new upstream) also break > debugpy?or have you not tried specifically that? > > (I'm looking for a quick fix for the autopkgtest fail to unblock the pandas > 2.x transition. I

Bug#1063274: pydevd: autopkgtest-failing warning with pandas 2.1

2024-02-21 Thread Julian Gilbey
On Tue, Feb 20, 2024 at 09:46:16PM +, Rebecca N. Palmer wrote: > Is that a yes to>> Does just the patch (not the new upstream) also break > debugpy?or have you not tried specifically that? > > (I'm looking for a quick fix for the autopkgtest fail to unblock the pandas > 2.x transition. I

Bug#1063274: pydevd: autopkgtest-failing warning with pandas 2.1

2024-02-20 Thread Rebecca N. Palmer
Is that a yes to>> Does just the patch (not the new upstream) also break debugpy?or have you not tried specifically that? (I'm looking for a quick fix for the autopkgtest fail to unblock the pandas 2.x transition. I agree that upgrading to a new upstream is a good idea in the long run.)

Bug#1063274: pydevd: autopkgtest-failing warning with pandas 2.1

2024-02-20 Thread Julian Gilbey
On Mon, Feb 19, 2024 at 10:36:29PM +, Rebecca N. Palmer wrote: > Thank you for caring about not breaking other packages, and yes, that's a > good reason to not upload that new upstream for now. > > Does just the patch (not the new upstream) also break debugpy? (It > shouldn't be able to,

Bug#1063274: pydevd: autopkgtest-failing warning with pandas 2.1

2024-02-19 Thread Rebecca N. Palmer
Thank you for caring about not breaking other packages, and yes, that's a good reason to not upload that new upstream for now. Does just the patch (not the new upstream) also break debugpy? (It shouldn't be able to, since it only touches test code.)

Bug#1063274: pydevd: autopkgtest-failing warning with pandas 2.1

2024-02-19 Thread Julian Gilbey
On Mon, Feb 19, 2024 at 08:03:34AM +, Rebecca N. Palmer wrote: > This has been merged but not uploaded - is there a reason it shouldn't be, > or have you just not had time? Hi Rebecca, Yes; I've upgraded to the latest version in my local repo, which includes this patch upstream, but it's now

Bug#1063274: pydevd: autopkgtest-failing warning with pandas 2.1

2024-02-19 Thread Rebecca N. Palmer
This has been merged but not uploaded - is there a reason it shouldn't be, or have you just not had time?

Bug#1063274: pydevd: autopkgtest-failing warning with pandas 2.1

2024-02-05 Thread Rebecca N. Palmer
Source: pydevd Severity: serious Tags: patch A pydevd test uses DataFrame.applymap(), and fails because this now raises a FutureWarning. Replacing it with DataFrame.map() as this message suggests would probably fix it.