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

Add support for using run_syncdb in unit tests on tenant schemas #556

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

mobleyc
Copy link

@mobleyc mobleyc commented Jul 31, 2018

When using django-tenant-schemas with Django 1.8, pytest-django works when using --no-migrations.

When upgrading to Django 1.10, existing tests for my project no longer work with --no-migrations, resulting in tests that take much longer to run.

The issue is Django 1.9 added the --run-syncdb option to the migrate command, which defaults to False. Looking at the migrate source code, the --no-migrations functionality requires run_syncdb to be True in order to work correctly.

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