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
A side-effect of initializing the Alembic database schema migration
system is that it creates directories on the file system. This
breaks the test suite in some environments and bloats test startup
time. Since we don't need Alembic to run our acceptance tests, we
replace Alembic with a stub.
0 commit comments