Skip to content

Fix: Restore deterministic pytest discovery - #4

Open
mertcano wants to merge 1 commit into
AxisAIOrg:mainfrom
mertcano:mertcano-patch-1
Open

Fix: Restore deterministic pytest discovery#4
mertcano wants to merge 1 commit into
AxisAIOrg:mainfrom
mertcano:mertcano-patch-1

Conversation

@mertcano

Copy link
Copy Markdown

This PR adds local pythonpath configuration to resolve ModuleNotFoundError during test collection.

Changes:

  • Added pythonpath = ["."] to [tool.pytest.ini_options] in pyproject.toml. This ensures the axis_train module is correctly resolved from the repository root during pytest execution.

This PR adds local pythonpath configuration to resolve `ModuleNotFoundError` during test collection.

**Changes:**
* Added `pythonpath = ["."]` to `[tool.pytest.ini_options]` in `pyproject.toml`. This ensures the `axis_train` module is correctly resolved from the repository root during `pytest` execution.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant