From 7d249476d06f44f5274b45622a3f6d4ea47117ff Mon Sep 17 00:00:00 2001 From: Seth Fitzsimmons Date: Thu, 19 Feb 2026 14:53:03 -0800 Subject: [PATCH] Add cli tests to workspace pythonpath Every other package had its tests/ directory in pythonpath; cli was the only one missing, making its conftest imports rely on rootdir discovery. --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index 92201b713..c51f94221 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -61,6 +61,7 @@ pythonpath = [ "packages/overture-schema-annex/tests", "packages/overture-schema-base-theme/tests", "packages/overture-schema-buildings-theme/tests", + "packages/overture-schema-cli/tests", "packages/overture-schema-core/tests", "packages/overture-schema-divisions-theme/tests", "packages/overture-schema-places-theme/tests",