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

Suppress socket imports that might not exist on some systems #2916

Merged
merged 6 commits into from
Jan 21, 2024

Merge branch 'master' into suppress-socket-import-errors

6d035ef
Select commit
Loading
Failed to load commit list.
Merged

Suppress socket imports that might not exist on some systems #2916

Merge branch 'master' into suppress-socket-import-errors
6d035ef
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Jan 19, 2024 in 0s

99.64% (+0.00%) compared to 6547313

View this Pull Request on Codecov

99.64% (+0.00%) compared to 6547313

Details

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (6547313) 99.64% compared to head (6d035ef) 99.64%.

Additional details and impacted files
@@           Coverage Diff           @@
##           master    #2916   +/-   ##
=======================================
  Coverage   99.64%   99.64%           
=======================================
  Files         116      116           
  Lines       17477    17479    +2     
  Branches     3133     3134    +1     
=======================================
+ Hits        17415    17417    +2     
  Misses         43       43           
  Partials       19       19           
Files Coverage Δ
src/trio/socket.py 100.00% <100.00%> (ø)