-
-
Notifications
You must be signed in to change notification settings - Fork 2.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
pytest is leaking frames of tests that fail #2798
Labels
topic: reporting
related to terminal output and user-facing messages and errors
type: bug
problem that needs to be addressed
Comments
nicoddemus
added
topic: reporting
related to terminal output and user-facing messages and errors
type: bug
problem that needs to be addressed
labels
Sep 25, 2017
nicoddemus
added a commit
to fabioz/pytest-qt
that referenced
this issue
Sep 25, 2017
Unfortunately at this moment this is still failing because of pytest-dev/pytest#2798, we will need to fix this in pytest first before being able to merge this.
nicoddemus
added a commit
to nicoddemus/pytest
that referenced
this issue
Apr 11, 2018
Otherwise we will keep the last failed exception around forever Related to pytest-dev#2798
nicoddemus
added a commit
to nicoddemus/pytest
that referenced
this issue
Apr 11, 2018
nicoddemus
added a commit
to nicoddemus/pytest
that referenced
this issue
Apr 11, 2018
nicoddemus
added a commit
to nicoddemus/pytest
that referenced
this issue
Apr 11, 2018
nicoddemus
added a commit
to fabioz/pytest-qt
that referenced
this issue
Jul 12, 2018
Unfortunately at this moment this is still failing because of pytest-dev/pytest#2798, we will need to fix this in pytest first before being able to merge this.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
topic: reporting
related to terminal output and user-facing messages and errors
type: bug
problem that needs to be addressed
The test below reproduces the problem:
This fails with:
The reference to
test1
's frame should not have leaked. If we comment theassert 0
line, then both tests pass.xref: pytest-dev/pytest-qt#187
The text was updated successfully, but these errors were encountered: