Add pyproject.toml with pytest pythonpath config
CI - Lint & Test / lint-and-test (push) Successful in 36s Details

Fixes ModuleNotFoundError for src module in CI test step.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
Cloud User 2026-02-27 13:23:54 +09:00
parent d111151fa3
commit 7fe4a38674
1 changed files with 7 additions and 0 deletions

7
pyproject.toml Normal file
View File

@ -0,0 +1,7 @@
[project]
name = "mlops-architecture"
version = "0.1.0"
requires-python = ">=3.10"
[tool.pytest.ini_options]
pythonpath = ["."]