You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When using the pytest-rerunfailures plugin and marking a test as "flaky", the pytest_runtest_logreport-hook is only called for the last occurrence of a "teardown" despite it still being run (evident in the output below).
Description
When using the
pytest-rerunfailures
plugin and marking a test as "flaky", thepytest_runtest_logreport
-hook is only called for the last occurrence of a "teardown" despite it still being run (evident in the output below).pip list
Python: 3.9.10
OS: osx 12.3 (M1 MacBook Pro)
Example:
Output:
pip list
from the virtual environment you are usingThe text was updated successfully, but these errors were encountered: