diff --git a/tests/test_migrations.py b/tests/test_migrations.py index 3ca22be6..15e4ad04 100644 --- a/tests/test_migrations.py +++ b/tests/test_migrations.py @@ -12,6 +12,7 @@ from django.core.management import call_command +@pytest.mark.django_db def test_no_missing_migrations(): """Check no model changes have been made since the last `./manage.py makemigrations`.