Skip to content
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

Remove special handling due to IPython lacking support for exception groups #2702

Merged
merged 6 commits into from
Sep 5, 2023

Add changelog entry

51db601
Select commit
Loading
Failed to load commit list.
Merged

Remove special handling due to IPython lacking support for exception groups #2702

Add changelog entry
51db601
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Sep 5, 2023 in 0s

98.94% (-0.01%) compared to 1c15500, passed because patch was fully covered by tests with no unexpected coverage changes

View this Pull Request on Codecov

98.94% (-0.01%) compared to 1c15500, passed because patch was fully covered by tests with no unexpected coverage changes

Details

Codecov Report

Merging #2702 (51db601) into master (1c15500) will decrease coverage by 0.01%.
The diff coverage is 100.00%.

Additional details and impacted files
@@            Coverage Diff             @@
##           master    #2702      +/-   ##
==========================================
- Coverage   98.94%   98.94%   -0.01%     
==========================================
  Files         113      113              
  Lines       16919    16883      -36     
  Branches     3050     3036      -14     
==========================================
- Hits        16741    16705      -36     
  Misses        123      123              
  Partials       55       55              
Files Changed Coverage Δ
trio/_core/_multierror.py 100.00% <100.00%> (ø)
trio/_core/_tests/test_multierror.py 100.00% <100.00%> (ø)