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
By moving two Pytest fixtures responsible for database connectivity
from the "function" scope to the "session" scope, the number of
redundant invocations to `sqlalchemy.create_engine()` can be
significantly reduced. Apparently, this fixes to connection pool
overflow.
0 commit comments