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 #102

Merged
merged 1 commit into from
Sep 7, 2023
Merged

fix: ensure timeouts work with py3.11 #102

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: 84.61% and project coverage change: +0.24% 🎉

Comparison is base (39380a7) 78.20% compared to head (718b9f4) 78.44%.
Report is 1 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #102      +/-   ##
==========================================
+ Coverage   78.20%   78.44%   +0.24%     
==========================================
  Files           4        5       +1     
  Lines         445      450       +5     
  Branches      104      105       +1     
==========================================
+ Hits          348      353       +5     
  Misses         65       65              
  Partials       32       32              
Files Changed Coverage Δ
src/bleak_retry_connector/dbus.py 52.63% <50.00%> (ø)
src/bleak_retry_connector/bluez.py 80.44% <66.66%> (ø)
src/bleak_retry_connector/__init__.py 77.55% <100.00%> (ø)
src/bleak_retry_connector/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 21:46
@bdraco bdraco merged commit 4951aef into main Sep 7, 2023
@bdraco bdraco deleted the fix_timeout branch September 7, 2023 21:47
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