Skip to content

Commit 54f9376

Browse files
committed
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.
1 parent 961ec7a commit 54f9376

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,7 @@ pythonpath = [
6161
"packages/overture-schema-annex/tests",
6262
"packages/overture-schema-base-theme/tests",
6363
"packages/overture-schema-buildings-theme/tests",
64+
"packages/overture-schema-cli/tests",
6465
"packages/overture-schema-core/tests",
6566
"packages/overture-schema-divisions-theme/tests",
6667
"packages/overture-schema-places-theme/tests",

0 commit comments

Comments
 (0)