feat: switch to Uv

This commit is contained in:
ducklet 2025-05-15 21:56:57 +02:00
parent 5c272b5110
commit 2814be8975
10 changed files with 538 additions and 852 deletions

View file

@ -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 "$@"