Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
pytest: explicitly add pwd to pythonpath
Recent versions of pytest no longer (by default) add pwd to the PYTHONPATH. This affects module discovery and can lead to errors like `No module named 'tests.conftest'` when running pytest locally. This commit modifies pyproject.toml configuring pytest's pythonpath to include pwd by default.
- Loading branch information