chore: update dependencies & scripts
This commit is contained in:
parent
2bf5607183
commit
738799cc74
15 changed files with 1351 additions and 993 deletions
|
|
@ -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 "$@"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue