Merge pull request #21194 from edx/feanil/remove_parsepy

DEPR-41 Remove parsepy
This commit is contained in:
Feanil Patel
2019-07-25 10:25:08 -04:00
committed by GitHub
20 changed files with 25 additions and 264 deletions

View File

@@ -222,6 +222,7 @@ class MigrationTests(TestCase):
"""
Tests for migrations.
"""
@unittest.skip("Migration will delete a model. Need to ship not referencing it first. DEPR-41.")
@override_settings(MIGRATION_MODULES={})
def test_migrations_are_in_sync(self):
"""