DEPR-18 Remove deprecated Notes LMS djangoapp (#21008)

This commit is contained in:
Brian Mesick
2019-09-03 16:49:58 -04:00
committed by Jeremy Bowman
parent 1a03816ddc
commit 75e38fc4fd
14 changed files with 9 additions and 1267 deletions

View File

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