We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1cbe22c commit 0dd6827Copy full SHA for 0dd6827
1 file changed
Makefile
@@ -181,10 +181,10 @@ publish-release:
181
182
# -k test_vec0_update
183
test-loadable: loadable
184
- uv run pytest -vv -s -x tests/test-*.py
+ uv run --project tests pytest -vv -s -x . tests/test-*.py
185
186
test-loadable-snapshot-update: loadable
187
- uv run pytest -vv tests/test-loadable.py --snapshot-update
+ uv run --project tests pytest -vv tests/test-loadable.py --snapshot-update
188
189
test-loadable-watch:
190
watchexec --exts c,py,Makefile --clear -- make test-loadable
0 commit comments