You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Optimize pytest duplicate check from O(n) to O(1) using sets (#25658)
switched from list to set for better preformance
was first done by copilot but ported over
related to #25348 but
about execution instead of discovery
---------
Co-authored-by: copilot-swe-agent[bot] <[email protected]>
0 commit comments