fix: remove ProctoredExamSoftwareSecureReview.video_url column on edx-proctoring (#29169)

Co-authored-by: Simon Chen <schen@edx-c02fw0guml85.lan>
This commit is contained in:
Simon Chen
2021-10-29 13:45:20 -04:00
committed by GitHub
parent 18c273f150
commit 91f36d348d
4 changed files with 3 additions and 7 deletions

View File

@@ -1,7 +1,6 @@
"""Tests for util.db module."""
import unittest
from io import StringIO
import ddt
@@ -123,9 +122,6 @@ class MigrationTests(TestCase):
"""
@override_settings(MIGRATION_MODULES={})
@unittest.skip(
"Temporary skip for MST-1100 while video_url columns are removed from ProctoredExamSoftwareSecureReview"
)
def test_migrations_are_in_sync(self):
"""
Tests that the migration files are in sync with the models.

View File

@@ -462,7 +462,7 @@ edx-opaque-keys[django]==2.2.2
# xmodule
edx-organizations==6.10.0
# via -r requirements/edx/base.in
edx-proctoring==4.3.2
edx-proctoring==4.3.3
# via
# -r requirements/edx/base.in
# edx-proctoring-proctortrack

View File

@@ -571,7 +571,7 @@ edx-opaque-keys[django]==2.2.2
# xmodule
edx-organizations==6.10.0
# via -r requirements/edx/testing.txt
edx-proctoring==4.3.2
edx-proctoring==4.3.3
# via
# -r requirements/edx/testing.txt
# edx-proctoring-proctortrack

View File

@@ -553,7 +553,7 @@ edx-opaque-keys[django]==2.2.2
# xmodule
edx-organizations==6.10.0
# via -r requirements/edx/base.txt
edx-proctoring==4.3.2
edx-proctoring==4.3.3
# via
# -r requirements/edx/base.txt
# edx-proctoring-proctortrack