-
-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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 test when symlink encountered #10447
Conversation
CodSpeed Performance ReportMerging #10447 will degrade performances by 25.97%Comparing Summary
Benchmarks breakdown
|
I think the codspeed might be a caching issue with Python version 3.13.2 vs older? We could pin to 3.13.2 to make it go away or it will on its own |
Codecov ReportAll modified and coverable lines are covered by tests ✅
✅ All tests successful. No failed tests found. Additional details and impacted files@@ Coverage Diff @@
## master #10447 +/- ##
==========================================
- Coverage 98.76% 98.76% -0.01%
==========================================
Files 122 122
Lines 37142 37142
Branches 2046 2046
==========================================
- Hits 36685 36682 -3
- Misses 317 320 +3
Partials 140 140
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
Backport to 3.11: 💚 backport PR created✅ Backport PR branch: Backported as #10448 🤖 @patchback |
(cherry picked from commit 343c632)
Backport to 3.12: 💚 backport PR created✅ Backport PR branch: Backported as #10449 🤖 @patchback |
(cherry picked from commit 343c632)
Fixes #10436.