From 9e05538573ff5c3b69e9ea8a51375b74749700d0 Mon Sep 17 00:00:00 2001 From: Andy Shultz Date: Wed, 18 Aug 2021 09:30:13 -0400 Subject: [PATCH] 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 --- common/djangoapps/util/tests/test_db.py | 3 +++ requirements/edx/base.txt | 2 +- requirements/edx/development.txt | 2 +- requirements/edx/testing.txt | 2 +- 4 files changed, 6 insertions(+), 3 deletions(-) diff --git a/common/djangoapps/util/tests/test_db.py b/common/djangoapps/util/tests/test_db.py index f3e3db4539..cb6e307570 100644 --- a/common/djangoapps/util/tests/test_db.py +++ b/common/djangoapps/util/tests/test_db.py @@ -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. diff --git a/requirements/edx/base.txt b/requirements/edx/base.txt index 832c58a84f..f7739af5e4 100644 --- a/requirements/edx/base.txt +++ b/requirements/edx/base.txt @@ -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 diff --git a/requirements/edx/development.txt b/requirements/edx/development.txt index 5abe018e09..e6eed23944 100644 --- a/requirements/edx/development.txt +++ b/requirements/edx/development.txt @@ -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 diff --git a/requirements/edx/testing.txt b/requirements/edx/testing.txt index cf949ccf53..9b014f7ce2 100644 --- a/requirements/edx/testing.txt +++ b/requirements/edx/testing.txt @@ -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