Files
wled-screen-controller-mixed/server/tests
alexei.dolgolyov 93943dc1fa
Some checks failed
Lint & Test / test (push) Failing after 2m16s
fix: lazy-import tkinter to fix CI on headless Linux
screen_overlay.py imported tkinter at module level, which cascaded
through processor_manager → every test touching the app on CI where
libtk8.6.so is unavailable. Move to TYPE_CHECKING + runtime lazy
import so the overlay module loads cleanly on headless systems.

Also fix test_processor_manager.py to use ProcessorDependencies().
2026-03-22 02:01:54 +03:00
..