How to get rid of SQLAlchemy deprecated API while TDD with pytest

How to get rid of SQLAlchemy deprecated API while TDD with pytest

Deprecated API features detected! These feature(s) are not compatible with SQLAlchemy 2.0. To prevent incompatible upgrades prior to updating applications, ensure requirements files are pinned to “sqlalchemy<2.0”. Set environment variable SQLALCHEMY_WARN_20=1 to show all deprecation warnings.

Set environment variable export SQLALCHEMY_SILENCE_UBER_WARNING=1 to silence this message.

(Background on SQLAlchemy 2.0 at: https://sqlalche.me/e/b8d9)


Comments

Leave a Reply

Your email address will not be published. Required fields are marked *