mirror of
https://github.com/asg017/sqlite-vec.git
synced 2026-04-25 08:46:49 +02:00
--managed-python, fix flakey tests
This commit is contained in:
parent
8bc206fa0b
commit
681f9028af
2 changed files with 4 additions and 2 deletions
4
Makefile
4
Makefile
|
|
@ -181,10 +181,10 @@ publish-release:
|
|||
|
||||
# -k test_vec0_update
|
||||
test-loadable: loadable
|
||||
uv run --project tests pytest -vv -s -x . tests/test-*.py
|
||||
uv run --managed-python --project tests pytest -vv -s -x . tests/test-*.py
|
||||
|
||||
test-loadable-snapshot-update: loadable
|
||||
uv run --project tests pytest -vv tests/test-loadable.py --snapshot-update
|
||||
uv run --managed-python --project tests pytest -vv tests/test-loadable.py --snapshot-update
|
||||
|
||||
test-loadable-watch:
|
||||
watchexec --exts c,py,Makefile --clear -- make test-loadable
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue