make SQLAlchemy 1.4 dependency explicit
This commit is contained in:
parent
c9c95ba2fa
commit
00486778db
3 changed files with 18 additions and 3 deletions
|
|
@ -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 "$@"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue