Fix loading netrc when NETRC env var is not set#11714
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #11714 +/- ##
=======================================
Coverage 98.74% 98.74%
=======================================
Files 127 127
Lines 43549 43573 +24
Branches 2327 2327
=======================================
+ Hits 43003 43027 +24
Misses 390 390
Partials 156 156
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
CodSpeed Performance ReportMerging #11714 will not alter performanceComparing Summary
Footnotes |
Co-authored-by: 🇺🇦 Sviatoslav Sydorenko (Святослав Сидоренко) <[email protected]>
Co-authored-by: 🇺🇦 Sviatoslav Sydorenko (Святослав Сидоренко) <[email protected]>
…trc_without_env_fix
|
Thanks |
Backport to 3.13: 💚 backport PR created✅ Backport PR branch: Backported as #11727 🤖 @patchback |
Co-authored-by: 🇺🇦 Sviatoslav Sydorenko (Святослав Сидоренко) <[email protected]> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> (cherry picked from commit 0d77d0d)
Backport to 3.14: 💚 backport PR created✅ Backport PR branch: Backported as #11728 🤖 @patchback |
Co-authored-by: 🇺🇦 Sviatoslav Sydorenko (Святослав Сидоренко) <[email protected]> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> (cherry picked from commit 0d77d0d)
…var is not set (#11728) Co-authored-by: J. Nick Koston <[email protected]> Co-authored-by: 🇺🇦 Sviatoslav Sydorenko (Святослав Сидоренко) <[email protected]> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> fixes #11713
…var is not set (#11727) Co-authored-by: J. Nick Koston <[email protected]> Co-authored-by: 🇺🇦 Sviatoslav Sydorenko (Святослав Сидоренко) <[email protected]> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> fixes #11713
What do these changes do?
I optimized this one a bit too much assuming NETRC would always be set in #11634
fixes #11713
Are there changes in behavior for the user?
fix regression
Is it a substantial burden for the maintainers to support this?
no