chore: update proctoring to 4.8.1

this completes the drop of the old attempt history table

MST-963
This commit is contained in:
Andy Shultz
2021-12-08 10:10:54 -05:00
parent 0885837775
commit d80a897ae4
4 changed files with 3 additions and 7 deletions

View File

@@ -1,6 +1,5 @@
"""Tests for util.db module."""
import unittest
from io import StringIO
import ddt
@@ -122,9 +121,6 @@ class MigrationTests(TestCase):
"""
@override_settings(MIGRATION_MODULES={})
@unittest.skip(
"Temporary skip for MST-963 while the old proctored exam attempt history is removed"
)
def test_migrations_are_in_sync(self):
"""
Tests that the migration files are in sync with the models.

View File

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

View File

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

View File

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