[Bug 2068642] Re: python-flaky/3.8.1-2 and pytest-rerunfailures/12.0-1 vs pytest/8.2.2-1

2024-06-13 Thread Bug Watch Updater
** Changed in: pytest (Debian) Status: New => Fix Released -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2068642 Title: python-flaky/3.8.1-2 and pytest-rerunfailures/12.0-1 vs pytest/8.2.2-1

[Bug 2068642] Re: python-flaky/3.8.1-2 and pytest-rerunfailures/12.0-1 vs pytest/8.2.2-1

2024-06-11 Thread Dan Bungert
Already sponsored, unsubscribing. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2068642 Title: python-flaky/3.8.1-2 and pytest-rerunfailures/12.0-1 vs pytest/8.2.2-1 To manage notifications about

[Bug 2068642] Re: python-flaky/3.8.1-2 and pytest-rerunfailures/12.0-1 vs pytest/8.2.2-1

2024-06-08 Thread Bug Watch Updater
** Changed in: pytest (Debian) Status: Unknown => New -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2068642 Title: python-flaky/3.8.1-2 and pytest-rerunfailures/12.0-1 vs pytest/8.2.2-1 To

[Bug 2068642] Re: python-flaky/3.8.1-2 and pytest-rerunfailures/12.0-1 vs pytest/8.2.2-1

2024-06-08 Thread Chris Peterson
** Bug watch added: Debian Bug tracker #1072810 https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1072810 ** Also affects: pytest (Debian) via https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1072810 Importance: Unknown Status: Unknown -- You received this bug notification

[Bug 2068642] Re: python-flaky/3.8.1-2 and pytest-rerunfailures/12.0-1 vs pytest/8.2.2-1

2024-06-07 Thread Ubuntu Foundations Team Bug Bot
The attachment "pytest_8.2.2-1_8.2.2-1ubuntu1.debdiff" seems to be a debdiff. The ubuntu-sponsors team has been subscribed to the bug report so that they can review and hopefully sponsor the debdiff. If the attachment isn't a patch, please remove the "patch" flag from the attachment, remove the

[Bug 2068642] Re: python-flaky/3.8.1-2 and pytest-rerunfailures/12.0-1 vs pytest/8.2.2-1

2024-06-07 Thread Chris Peterson
** Changed in: python-flaky (Ubuntu) Status: New => Invalid ** Changed in: pytest-rerunfailures (Ubuntu) Status: New => Invalid -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2068642

[Bug 2068642] Re: python-flaky/3.8.1-2 and pytest-rerunfailures/12.0-1 vs pytest/8.2.2-1

2024-06-07 Thread Chris Peterson
** Changed in: pytest (Ubuntu) Status: In Progress => New ** Changed in: pytest (Ubuntu) Assignee: Chris Peterson (cpete) => (unassigned) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 2068642] Re: python-flaky/3.8.1-2 and pytest-rerunfailures/12.0-1 vs pytest/8.2.2-1

2024-06-07 Thread Dan Bungert
** Changed in: pytest (Ubuntu) Status: New => Fix Committed -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2068642 Title: python-flaky/3.8.1-2 and pytest-rerunfailures/12.0-1 vs

[Bug 2068642] Re: python-flaky/3.8.1-2 and pytest-rerunfailures/12.0-1 vs pytest/8.2.2-1

2024-06-07 Thread Dan Bungert
feedback provided - drop the author field for a patch with origin, tweak the changelog for clarity. Uploading. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2068642 Title: python-flaky/3.8.1-2 and

[Bug 2068642] Re: python-flaky/3.8.1-2 and pytest-rerunfailures/12.0-1 vs pytest/8.2.2-1

2024-06-07 Thread Chris Peterson
We could probably be more clear in the changelog on what the patch I provided does. Can we use: pytest (8.2.2-1ubuntu1) oracular; urgency=medium * 0003-pytest8-testcase-assertion.patch: Fixes unittest regression in flaky test plugins (LP: #2068642). -- Chris Peterson Fri, 07 Jun 2024

[Bug 2068642] Re: python-flaky/3.8.1-2 and pytest-rerunfailures/12.0-1 vs pytest/8.2.2-1

2024-06-07 Thread Chris Peterson
So the patch won't fully fix the issue for pytest-rerunfailures, but since the pytest upstream bug [1] that this patch fixes was originally posted due to a regression in pytest-rerunfailures I think this is a net improvement. After applying the fix for [1], the error now in pytest-rerunfailures

[Bug 2068642] Re: python-flaky/3.8.1-2 and pytest-rerunfailures/12.0-1 vs pytest/8.2.2-1

2024-06-07 Thread Chris Peterson
New debidff with revised patch. ** Patch added: "1_pytest_8.2.2-1_8.2.2-1ubuntu1.debdiff" https://bugs.launchpad.net/ubuntu/+source/pytest/+bug/2068642/+attachment/5787303/+files/1_pytest_8.2.2-1_8.2.2-1ubuntu1.debdiff -- You received this bug notification because you are a member of Ubuntu

[Bug 2068642] Re: python-flaky/3.8.1-2 and pytest-rerunfailures/12.0-1 vs pytest/8.2.2-1

2024-06-07 Thread Chris Peterson
The culprit seems to be pytest setting the test._instance attribute to None instead of deleting the reference. It looks like upstream has the same conclusion [1]. This fixes the issue for python-flaky, but uncovered a separate issue for pytest-rerunfailures. Although there appears to be some