diff --git a/common/djangoapps/util/tests/test_db.py b/common/djangoapps/util/tests/test_db.py index 14ca50332c..a517338cd9 100644 --- a/common/djangoapps/util/tests/test_db.py +++ b/common/djangoapps/util/tests/test_db.py @@ -236,7 +236,4 @@ class MigrationTests(TestCase): out = StringIO() call_command('makemigrations', dry_run=True, verbosity=3, stdout=out) output = out.getvalue() - # Temporary for `edx-val` version bumps with migrations. - # Please delete when `edx-val==0.15`. - if 'Remove field' not in output and '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 15d6872b97..31143b45c2 100644 --- a/requirements/edx/base.txt +++ b/requirements/edx/base.txt @@ -54,7 +54,7 @@ edx-organizations==0.4.7 edx-rest-api-client==1.7.1 edx-search==1.1.0 edx-submissions==2.0.12 -edxval==0.1.4 +edxval==0.1.5 event-tracking==0.2.4 feedparser==5.1.3 firebase-token-generator==1.3.2