mirror of
https://github.com/jxxghp/MoviePilot.git
synced 2026-09-07 16:36:53 +08:00
refactor(runtime): activate managed resources on demand (#6334)
This commit is contained in:
@@ -142,7 +142,7 @@ def test_init_modules_does_not_clear_package_tool_cache(monkeypatch):
|
||||
raise AssertionError("init_modules must not clear package tool cache directly")
|
||||
|
||||
monkeypatch.setattr(modules_initializer, "clear_package_tool_cache", fail_if_called)
|
||||
monkeypatch.setattr(modules_initializer, "DisplayHelper", lambda: None)
|
||||
monkeypatch.setattr(modules_initializer, "init_managed_resources", lambda: None)
|
||||
monkeypatch.setattr(modules_initializer, "DohHelper", lambda: None)
|
||||
monkeypatch.setattr(modules_initializer, "SitesHelper", lambda: None)
|
||||
monkeypatch.setattr(
|
||||
|
||||
Reference in New Issue
Block a user