You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently it looks like we are not capturing events with the 2.0 release due to a deprecated feature on sqlalchemy
_appmap/test/test_sqlalchemy.py::TestSQLAlchemy::test_sql_capture
/Users/petecheslock/repos/appmap-python/_appmap/test/test_sqlalchemy.py:26: RemovedIn20Warning: 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 SQLALCHEMY_SILENCE_UBER_WARNING=1 to silence this message. (Background on SQLAlchemy 2.0 at: https://sqlalche.me/e/b8d9)
connection.execute("SELECT 1")
Updating appmap-python to run SQLAlchemy = "^2" will cause the tests to fail.
No description provided.
The text was updated successfully, but these errors were encountered: