Unverified Commit c1c8c20b by Muzaffar yousaf Committed by GitHub

Merge pull request #16517 from edx/subtitle-migrations

Clean makemigration test and bump the val version.
parents 1e6c72c5 db07a049
...@@ -236,7 +236,4 @@ class MigrationTests(TestCase): ...@@ -236,7 +236,4 @@ class MigrationTests(TestCase):
out = StringIO() out = StringIO()
call_command('makemigrations', dry_run=True, verbosity=3, stdout=out) call_command('makemigrations', dry_run=True, verbosity=3, stdout=out)
output = out.getvalue() output = out.getvalue()
# Temporary for `edx-val` version bumps with migrations. self.assertIn('No changes detected', output)
# 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)
...@@ -54,7 +54,7 @@ edx-organizations==0.4.7 ...@@ -54,7 +54,7 @@ edx-organizations==0.4.7
edx-rest-api-client==1.7.1 edx-rest-api-client==1.7.1
edx-search==1.1.0 edx-search==1.1.0
edx-submissions==2.0.12 edx-submissions==2.0.12
edxval==0.1.4 edxval==0.1.5
event-tracking==0.2.4 event-tracking==0.2.4
feedparser==5.1.3 feedparser==5.1.3
firebase-token-generator==1.3.2 firebase-token-generator==1.3.2
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment