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
A custom rich console renderer was implemented because Rich's builtin Traceback requires a traceback object which pytest's test reports don't provide.
However, if you run with the command line option --tb=native, the actual traceback is printed, so I wonder if it would be worth it see if we could leverage that to be able to use the builtin Traceback instead of maintaining a custom version.
The text was updated successfully, but these errors were encountered:
A custom rich console renderer was implemented because Rich's builtin
Traceback
requires a traceback object which pytest's test reports don't provide.However, if you run with the command line option
--tb=native
, the actual traceback is printed, so I wonder if it would be worth it see if we could leverage that to be able to use the builtinTraceback
instead of maintaining a custom version.The text was updated successfully, but these errors were encountered: