fix using deprecated SQLAlchemy mapping access
This commit is contained in:
parent
eb76ab1867
commit
496c51402a
3 changed files with 11 additions and 9 deletions
|
|
@ -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 "$@"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue