pithos: Destroy test database after test execution
: Pithos uses a pool for the backend objects. Pooled backend objects override the default close behavior and return the object to the pool instead. Therefore, django was unable to destroy the database since there were active connections. Therefore, we force the pool to shutdown before the django attempts to destroy it.
Please register or sign in to comment