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
feat(pytests): Make the tests more robust when running in a uv managed environment
✅ Fixed the root fixture - Changed it from function scope to session scope to prevent multiple Tk instance creation
✅ Improved cleanup - Used contextlib.suppress() for better error handling
✅ Added proper imports - Added the missing contextlib import
The environment issue:
Your UV-managed Python installation is missing critical Tcl/Tk library files
The system Python works perfectly for Tkinter applicationss
0 commit comments