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

fix: ensure timeouts work with py3.11 #89

Merged
merged 1 commit into from
Sep 7, 2023
Merged

fix: ensure timeouts work with py3.11 #89

merged 1 commit into from
Sep 7, 2023

Conversation

bdraco
Copy link
Member

@bdraco bdraco commented Sep 7, 2023

async_timeout < 4.0.3 did not work correctly with py3.11, we now use asyncio.timeout on py3.11

async_timeout < 4.0.3 did not work correctly with py3.11, we now
use asyncio.timeout on py3.11
@codecov
Copy link

codecov bot commented Sep 7, 2023

Codecov Report

Patch coverage: 100.00% and project coverage change: +0.07% 🎉

Comparison is base (3ca4220) 91.83% compared to head (343c6bd) 91.90%.

Additional details and impacted files
@@            Coverage Diff             @@
##             main      #89      +/-   ##
==========================================
+ Coverage   91.83%   91.90%   +0.07%     
==========================================
  Files          13       13              
  Lines         453      457       +4     
  Branches       79       80       +1     
==========================================
+ Hits          416      420       +4     
  Misses         30       30              
  Partials        7        7              
Files Changed Coverage Δ
src/bluetooth_adapters/dbus.py 100.00% <100.00%> (ø)
src/bluetooth_adapters/systems/linux.py 83.13% <100.00%> (ø)
src/bluetooth_adapters/util.py 100.00% <100.00%> (ø)

☔ View full report in Codecov by Sentry.

📢 Have feedback on the report? Share it here.

@bdraco bdraco marked this pull request as ready for review September 7, 2023 22:01
@bdraco bdraco merged commit fb9e2b5 into main Sep 7, 2023
@bdraco bdraco deleted the py311_tm branch September 7, 2023 22:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant