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

[PR #7333/3a54d378 backport][3.9] Fix TLS transport is None error #7358

Conversation

patchback[bot]
Copy link
Contributor

@patchback patchback bot commented Jul 9, 2023

This is a backport of PR #7333 as merged into master (3a54d37).

Fixes #3355

The type has been fixed in typeshed as well, so the bug here would be highlighted in mypy 1.5+.
python/typeshed#10346 (comment)

Co-authored-by: Sviatoslav Sydorenko <sviat@redhat.com>
(cherry picked from commit 3a54d37)
@patchback patchback bot requested a review from asvetlov as a code owner July 9, 2023 00:58
@webknjaz webknjaz enabled auto-merge (squash) July 9, 2023 01:07
@codecov
Copy link

codecov bot commented Jul 9, 2023

Codecov Report

Merging #7358 (d66ae93) into 3.9 (6536cb5) will decrease coverage by 0.07%.
The diff coverage is 0.00%.

@@            Coverage Diff             @@
##              3.9    #7358      +/-   ##
==========================================
- Coverage   97.28%   97.22%   -0.07%     
==========================================
  Files         107      107              
  Lines       31581    31584       +3     
  Branches     4008     4009       +1     
==========================================
- Hits        30724    30707      -17     
- Misses        651      669      +18     
- Partials      206      208       +2     
Flag Coverage Δ
CI-GHA 97.17% <0.00%> (-0.06%) ⬇️
OS-Linux 96.85% <0.00%> (-0.06%) ⬇️
OS-Windows 94.53% <0.00%> (-0.01%) ⬇️
OS-macOS 96.59% <0.00%> (-0.01%) ⬇️
Py-3.10.11 94.44% <0.00%> (-0.01%) ⬇️
Py-3.10.12 96.78% <0.00%> (-0.01%) ⬇️
Py-3.11.0 96.51% <0.00%> (-0.01%) ⬇️
Py-3.8.10 ?
Py-3.8.17 96.72% <0.00%> (-0.01%) ⬇️
Py-3.9.13 94.42% <0.00%> (-0.01%) ⬇️
Py-3.9.17 96.75% <0.00%> (-0.01%) ⬇️
Py-pypy7.3.11 ?
VM-macos 96.59% <0.00%> (-0.01%) ⬇️
VM-ubuntu 96.85% <0.00%> (-0.06%) ⬇️
VM-windows 94.53% <0.00%> (-0.01%) ⬇️

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

Impacted Files Coverage Δ
aiohttp/connector.py 92.53% <0.00%> (-0.40%) ⬇️

... and 3 files with indirect coverage changes

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

@webknjaz webknjaz merged commit 13047ee into 3.9 Jul 9, 2023
26 of 29 checks passed
@webknjaz webknjaz deleted the patchback/backports/3.9/3a54d3785e4b314ca70aaafbee5b3ae8d409c18e/pr-7333 branch July 9, 2023 10:33
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.

None yet

2 participants