Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Disable Alembic migrations during testing #17

Merged

Conversation

mars-f
Copy link
Contributor

@mars-f mars-f commented Jun 30, 2017

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.

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.
@mars-f mars-f merged commit 96c72c4 into mozilla-conduit:master Jun 30, 2017
@mars-f
Copy link
Contributor Author

mars-f commented Jun 30, 2017

👍 to merge from @zalun

@mars-f mars-f deleted the disable-alembic-during-testing branch June 30, 2017 18:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant