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
fix: Properly dispose SQLAlchemy engine in test fixtures
Added db.engine.dispose() and gc.collect() after db.drop_all() to
ensure all database connections are properly closed before pytest
session teardown. This fixes the ExceptionGroup teardown error.
0 commit comments