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 tokio support (#7281) #7282

Conversation

Dreamsorcerer
Copy link
Member

Project has been archived and was last updated 6 years ago. It's dead.

(cherry picked from commit 0761da6)

What do these changes do?

Are there changes in behavior for the user?

Related issue number

Checklist

  • I think the code is well written
  • Unit tests for the changes exist
  • Documentation reflects the changes
  • If you provide code modification, please add yourself to CONTRIBUTORS.txt
    • The format is <Name> <Surname>.
    • Please keep alphabetical order, the file is sorted by names.
  • Add a new news fragment into the CHANGES folder
    • name it <issue_id>.<type> for example (588.bugfix)
    • if you don't have an issue_id change it to the pr id after creating the pr
    • ensure type is one of the following:
      • .feature: Signifying a new feature.
      • .bugfix: Signifying a bug fix.
      • .doc: Signifying a documentation improvement.
      • .removal: Signifying a deprecation or removal of public API.
      • .misc: A ticket has been closed, but it is not of interest to users.
    • Make sure to use full sentences with correct case and punctuation, for example: "Fix issue with non-ascii contents in doctest text files."

Project has been archived and was last updated 6 years ago. It's dead.

(cherry picked from commit 0761da6)
@psf-chronographer psf-chronographer bot added the bot:chronographer:provided There is a change note present in this PR label May 13, 2023
@codecov
Copy link

codecov bot commented May 13, 2023

Codecov Report

Merging #7282 (28016d9) into 3.9 (bddf6c2) will increase coverage by 0.01%.
The diff coverage is 50.00%.

@@            Coverage Diff             @@
##              3.9    #7282      +/-   ##
==========================================
+ Coverage   97.32%   97.33%   +0.01%     
==========================================
  Files         108      108              
  Lines       31667    31655      -12     
  Branches     4023     4021       -2     
==========================================
- Hits        30819    30811       -8     
+ Misses        641      639       -2     
+ Partials      207      205       -2     
Flag Coverage Δ
CI-GHA 97.23% <50.00%> (+0.01%) ⬆️
OS-Linux 96.91% <50.00%> (+0.01%) ⬆️
OS-Windows 94.51% <0.00%> (+0.02%) ⬆️
OS-macOS 96.48% <50.00%> (+0.01%) ⬆️
Py-3.10.11 96.96% <50.00%> (+0.01%) ⬆️
Py-3.11.0 96.41% <50.00%> (+0.01%) ⬆️
Py-3.7.16 96.71% <50.00%> (+0.01%) ⬆️
Py-3.7.9 94.35% <0.00%> (+0.02%) ⬆️
Py-3.8.10 94.29% <0.00%> (+0.02%) ⬆️
Py-3.8.16 96.62% <50.00%> (+0.01%) ⬆️
Py-3.9.13 94.30% <0.00%> (+0.02%) ⬆️
Py-3.9.16 96.65% <50.00%> (+0.01%) ⬆️
Py-pypy7.3.11 94.05% <50.00%> (+0.01%) ⬆️
VM-macos 96.48% <50.00%> (+0.01%) ⬆️
VM-ubuntu 96.91% <50.00%> (+0.01%) ⬆️
VM-windows 94.51% <0.00%> (+0.02%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
aiohttp/pytest_plugin.py 96.31% <0.00%> (-0.05%) ⬇️
tests/test_run_app.py 98.26% <ø> (+0.41%) ⬆️
tests/test_worker.py 100.00% <ø> (+1.01%) ⬆️
aiohttp/worker.py 94.53% <100.00%> (-0.05%) ⬇️

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

@Dreamsorcerer Dreamsorcerer merged commit b2541b1 into 3.9 May 13, 2023
@Dreamsorcerer Dreamsorcerer deleted the patchback/backports/3.9/0761da65a037f4311d7134adb0da0919ffee3869/pr-7281 branch May 13, 2023 16:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bot:chronographer:provided There is a change note present in this PR
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant