jeancochrane / pytest-flask-sqlalchemy

A pytest plugin for preserving test isolation in Flask-SQLAlchemy using database transactions.
MIT License
255 stars 45 forks source link

fix to error I was getting with sa 1.4 #52

Open ThomasDavid0 opened 3 years ago

ThomasDavid0 commented 3 years ago

This is a bit of a bodge, but fixes #50 for me.