diff --git a/common/djangoapps/util/tests/test_db.py b/common/djangoapps/util/tests/test_db.py index e5e314f335d4a89382372ffdc166ed364d4dd3cd..372bf6eae122a189a763a5aae5d06b7bba1eecd4 100644 --- a/common/djangoapps/util/tests/test_db.py +++ b/common/djangoapps/util/tests/test_db.py @@ -243,10 +243,4 @@ class MigrationTests(TestCase): out = StringIO() call_command('makemigrations', dry_run=True, verbosity=3, stdout=out) output = out.getvalue() - # TODO: Temporarily disable this check so we can remove - # the edx-enterprise CatalogTransmissionAudit model. - # We will restore this check once the code referencing - # these fields has been deleted/released and a migration - # for field removal has been added. - if 'Delete model' not in output: - self.assertIn('No changes detected', output) + self.assertIn('No changes detected', output) diff --git a/requirements/edx/base.txt b/requirements/edx/base.txt index df1b1efc158a5a2e11db4432f59906ea9e8d72c0..06e2ed3ff2fe337e14eb9be08a74038e40dfe613 100644 --- a/requirements/edx/base.txt +++ b/requirements/edx/base.txt @@ -57,7 +57,7 @@ enum34==1.1.6 edx-completion==0.1.4 edx-django-oauth2-provider==1.2.5 edx-django-sites-extensions==2.3.1 -edx-enterprise==0.67.0 +edx-enterprise==0.67.1 edx-milestones==0.1.13 edx-oauth2-provider==1.2.2 edx-organizations==0.4.9