feat: switch to Uv
This commit is contained in:
parent
5c272b5110
commit
2814be8975
10 changed files with 538 additions and 852 deletions
|
|
@ -11,4 +11,4 @@ trap 'rm "$dbfile" "${dbfile}-shm" "${dbfile}-wal"' EXIT TERM INT QUIT
|
|||
[ -z "${DEBUG:-}" ] || set -x
|
||||
|
||||
UNWIND_STORAGE="$dbfile" \
|
||||
exec poetry run pytest --cov "$@"
|
||||
exec uv run pytest --cov "$@"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue