fix: remove ProctoredExamSoftwareSecureReview.video_url from proctoring library (#29167)

Co-authored-by: Simon Chen <schen@edx-c02fw0guml85.lan>
This commit is contained in:
Simon Chen
2021-10-29 10:18:53 -04:00
committed by GitHub
parent 3b12e11e48
commit 841f4ff001
4 changed files with 7 additions and 3 deletions

View File

@@ -1,6 +1,7 @@
"""Tests for util.db module."""
import unittest
from io import StringIO
import ddt
@@ -122,6 +123,9 @@ 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.1
edx-proctoring==4.3.2
# 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.1
edx-proctoring==4.3.2
# 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.1
edx-proctoring==4.3.2
# via
# -r requirements/edx/base.txt
# edx-proctoring-proctortrack