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

set loop to None in Python 3.10 #348

Merged
merged 2 commits into from
May 31, 2022
Merged

set loop to None in Python 3.10 #348

merged 2 commits into from
May 31, 2022

Conversation

basnijholt
Copy link
Member

@basnijholt basnijholt commented May 31, 2022

Description

Please include a summary of the change and which (if so) issue is fixed.

Fixes #344

Checklist

  • Fixed style issues using pre-commit run --all (first install using pip install pre-commit)
  • pytest passed

Type of change

Check relevant option(s).

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • (Code) style fix or documentation update
  • This change requires a documentation update

@codecov-commenter
Copy link

codecov-commenter commented May 31, 2022

Codecov Report

Merging #348 (3247e21) into master (6bb5d28) will increase coverage by 0.00%.
The diff coverage is 100.00%.

❗ Current head 3247e21 differs from pull request most recent head f4880d0. Consider uploading reports for the commit f4880d0 to get more accurate results

@@           Coverage Diff           @@
##           master     #348   +/-   ##
=======================================
  Coverage   80.81%   80.82%           
=======================================
  Files          38       38           
  Lines        5057     5059    +2     
  Branches      946      946           
=======================================
+ Hits         4087     4089    +2     
  Misses        828      828           
  Partials      142      142           
Impacted Files Coverage Δ
adaptive/runner.py 70.31% <100.00%> (+0.21%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update a596bcd...f4880d0. Read the comment docs.

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.

Incompatibility of adaptive (asyncio) with python=3.10
2 participants