Surfaced by the restored fast oracle (#1153). tests/unit/analytics/test_descriptor_capsule.py::test_cli_smoke fails with ModuleNotFoundError: No module named 'analytics' when the descriptor-capsule CLI runs as a subprocess. Same import-architecture class as #1158 (cli/ shadowing): the analytics package is not declared in [tool.setuptools.packages.find], so it is absent under the CI editable install in a fresh subprocess.
Drain criterion: declare analytics (and audit sibling top-level packages), cli_smoke green under real oracle in a subprocess, remove quarantine line. Quarantined in #1153.
Surfaced by the restored fast oracle (#1153).
tests/unit/analytics/test_descriptor_capsule.py::test_cli_smokefails withModuleNotFoundError: No module named 'analytics'when the descriptor-capsule CLI runs as a subprocess. Same import-architecture class as #1158 (cli/ shadowing): theanalyticspackage is not declared in[tool.setuptools.packages.find], so it is absent under the CI editable install in a fresh subprocess.Drain criterion: declare
analytics(and audit sibling top-level packages), cli_smoke green under real oracle in a subprocess, remove quarantine line. Quarantined in #1153.