chore: enabling migrations syncing test. (#32941)

This commit is contained in:
Awais Qureshi
2023-08-09 23:51:08 +05:00
committed by GitHub
parent e0cee84ca9
commit 14d2cc8f95

View File

@@ -3,7 +3,7 @@
from io import StringIO
import ddt
import pytest
from django.core.management import call_command
from django.db.transaction import TransactionManagementError, atomic
from django.test import TestCase, TransactionTestCase
@@ -121,7 +121,6 @@ class MigrationTests(TestCase):
Tests for migrations.
"""
@pytest.mark.skip(reason="Upgrading django-simple-history without adding migrations.")
@override_settings(MIGRATION_MODULES={})
def test_migrations_are_in_sync(self):
"""