Clean makemigration test and bump the val version.

This commit is contained in:
muzaffaryousaf
2017-11-09 17:48:45 +05:00
parent 7de3871f67
commit db07a049bf
2 changed files with 2 additions and 5 deletions

View File

@@ -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)