chore: update 2/3 of proctoring library for is_verified removal

This update removes the field, but not yet the column, so it
includes the test skip.

MST-969
This commit is contained in:
Andy Shultz
2021-08-18 09:30:13 -04:00
parent 1b1637f33f
commit 9e05538573
4 changed files with 6 additions and 3 deletions

View File

@@ -197,6 +197,9 @@ class MigrationTests(TestCase):
"""
@override_settings(MIGRATION_MODULES={})
@unittest.skip(
"Temporary skip for MST-969 while the is_verified column is removed from the verified_name table"
)
def test_migrations_are_in_sync(self):
"""
Tests that the migration files are in sync with the models.

View File

@@ -445,7 +445,7 @@ edx-i18n-tools==0.7.0
# via ora2
edx-milestones==0.3.2
# via -r requirements/edx/base.in
edx-name-affirmation==0.6.1
edx-name-affirmation==0.6.3
# via -r requirements/edx/base.in
edx-opaque-keys[django]==2.2.2
# via

View File

@@ -542,7 +542,7 @@ edx-lint==5.0.0
# via -r requirements/edx/testing.txt
edx-milestones==0.3.2
# via -r requirements/edx/testing.txt
edx-name-affirmation==0.6.1
edx-name-affirmation==0.6.3
# via -r requirements/edx/testing.txt
edx-opaque-keys[django]==2.2.2
# via

View File

@@ -526,7 +526,7 @@ edx-lint==5.0.0
# via -r requirements/edx/testing.in
edx-milestones==0.3.2
# via -r requirements/edx/base.txt
edx-name-affirmation==0.6.1
edx-name-affirmation==0.6.3
# via -r requirements/edx/base.txt
edx-opaque-keys[django]==2.2.2
# via