pytest pluggy - AssertionError pytest_runtest_logfinish #10837
Unanswered
lavasangee
asked this question in
Q&A
Replies: 2 comments
-
One workaround is to add try catch. any other option to handle this cleanly?
|
Beta Was this translation helpful? Give feedback.
0 replies
-
This points to something breaking pytest Based on what I know this assertion should never trigger in a normal pytest run |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
pytest
is failing with following error.Might be related to https://github.com/pytest-dev/pluggy package
Code Exception location
https://github.com/pytest-dev/pytest/blob/main/src/_pytest/terminal.py#L598
assert self._session
Error:
Beta Was this translation helpful? Give feedback.
All reactions