From 29ac64adc665dd2e00ec99f5eaff60c8da537a60 Mon Sep 17 00:00:00 2001 From: Ed_ Date: Mon, 8 Jun 2026 00:49:11 -0400 Subject: [PATCH] test(conftest): register tests.pytest_collection_order as pytest plugin --- tests/conftest.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/conftest.py b/tests/conftest.py index ed628e0d..24b7dcdf 100644 --- a/tests/conftest.py +++ b/tests/conftest.py @@ -22,6 +22,8 @@ if project_root not in sys.path: from defer.sugar import install install() +pytest_plugins = ["pytest_collection_order"] + # Per the user spec (startup_speedup_20260606 spec.md:2.2 Layer 3, # and the message in workflow.md about warmup notifications): the # AppController's warmup mechanism loads heavy modules on the _io_pool