I've noticed that when using dependency injection with SQLAlchemy, a large number of concurrent requests can leave the app in a deadlocked state. This is especially noticeable with a small SQLAlchemy ...
Once installed, pytest will detect the plugin automatically during test collection. For basic background on using third-party plugins with pytest, see the pytest documentation. So far, ...