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
Fix Windows file locking issues in logo caching tests
- Replace TemporaryDirectory with manual mkdtemp for Windows compatibility
- Explicitly close PIL Image objects to release file handles
- Add Windows-compatible cleanup with retry logic and error handling
- Prevents PermissionError [WinError 32] on Windows CI
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <noreply@anthropic.com>
0 commit comments