chore: update dependencies & scripts

This commit is contained in:
ducklet 2024-05-10 00:13:01 +02:00
parent 2bf5607183
commit 738799cc74
15 changed files with 1351 additions and 993 deletions

View file

@ -10,6 +10,5 @@ trap 'rm "$dbfile" "${dbfile}-shm" "${dbfile}-wal"' EXIT TERM INT QUIT
[ -z "${DEBUG:-}" ] || set -x
export SQLALCHEMY_WARN_20=1 # XXX remove when we switched to SQLAlchemy 2.0
UNWIND_STORAGE="$dbfile" \
python -m pytest --cov "$@"
exec poetry run pytest --cov "$@"