Skip to content

fix: update uv invocation so that 'make test' in the top-level directory runs all the tests#184

Open
rajive wants to merge 1 commit intobeancount:masterfrom
rajive:fix/pytest
Open

fix: update uv invocation so that 'make test' in the top-level directory runs all the tests#184
rajive wants to merge 1 commit intobeancount:masterfrom
rajive:fix/pytest

Conversation

@rajive
Copy link
Contributor

@rajive rajive commented Aug 6, 2025

make test or make was failing as follows:

(env -u PYTHONPATH  uv run --isolated --python 3.13  python -m pytest)
      Built beangulp @ file:///Users/rajive/code/beangulp
Installed 14 packages in 9ms
/Users/rajive/.cache/uv/builds-v0/.tmpmSYVuT/bin/python: No module named pytest
make: *** [test] Error 1

The fix resolve this issue by resolving the missing dependencies --extra petl and --group test, that are defined in the pyproject.toml file.

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