-
Notifications
You must be signed in to change notification settings - Fork 590
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
Distinct failure tracebacks of ExceptionGroup
are not printed by pytest
#3430
Comments
This is due to #3308, where tl;dr a new standard feature has been adopted ( For now, you can use pytest's |
Worked like a charm. Thank you! |
ExceptionGroup
are not printed by pytest
Thanks for opening, this seems like it'll trip up a few folks so I'll pin it. |
ExceptionGroup
are not printed by pytestExceptionGroup
are not printed by pytest
I also thought that I'd disabled multi-bug reporting for these cases where it doesn't work 🤔 Needs more tests + a fix on our end too. |
Fixed in our latest version - thanks for the report @subatiq! |
I'm getting a notion about 4 distinct errors from the test and nothing else.
Tested on python 3.7.5 and 3.10.5. Also on pytest 6.2.4 and 7.1.2
Running the pytest from the terminal. In this case like that
The output:
Desired outcome: unwrapped tracebacks for every sub-exception
The text was updated successfully, but these errors were encountered: