Skip to content

Commit a4206a5

Browse files
human-againclaude
andcommitted
fix: add pythonpath=['.'] to pytest config so CI finds root modules
Tests import from adapters/ and orchestrator at the repo root. Without pythonpath set, pytest on CI can't resolve them. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent 3b2d0bc commit a4206a5

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
@@ -14,6 +14,7 @@ dev = [
1414

1515
[tool.pytest.ini_options]
1616
testpaths = ["tests"]
17+
pythonpath = ["."]
1718
python_files = ["test_*.py"]
1819
python_classes = ["Test*"]
1920
python_functions = ["test_*"]

0 commit comments

Comments
 (0)