make SQLAlchemy 1.4 dependency explicit

This commit is contained in:
ducklet 2023-03-18 22:11:51 +01:00
parent c9c95ba2fa
commit 00486778db
3 changed files with 18 additions and 3 deletions

View file

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