falcony-io / sqlalchemy-searchable

Fulltext searchable models for SQLAlchemy. Only supports PostgreSQL
Other
262 stars 44 forks source link

test: turn on sqlalchemy 2 deprecation warnings #122

Closed jpvanhal closed 1 year ago

jpvanhal commented 1 year ago

Set environment variable SQLALCHEMY_WARN_20=1 to show all SQLAlchemy 2.0 deprecation warnings when running the tests with tox.

Refs #111