fix using deprecated SQLAlchemy mapping access

This commit is contained in:
ducklet 2023-03-18 00:29:29 +01:00
parent eb76ab1867
commit 496c51402a
3 changed files with 11 additions and 9 deletions

View file

@ -10,5 +10,6 @@ trap 'rm "$dbfile"' EXIT TERM INT QUIT
[ -z "${DEBUG:-}" ] || set -x
SQLALCHEMY_WARN_20=1 \
UNWIND_STORAGE="$dbfile" \
python -m pytest "$@"