Skip to content
Snippets Groups Projects
Commit 2c359729 authored by Andy Shultz's avatar Andy Shultz
Browse files

chore: update edx-proctoring to 3.22.0

This completes the removal of unused fields in exam attempt,
so the migration test skip is no longer necessary.
parent 49bcdfe4
Branches
Tags
No related merge requests found
......@@ -197,9 +197,6 @@ class MigrationTests(TestCase):
"""
@override_settings(MIGRATION_MODULES={})
@unittest.skip(
"Temporary skip for MST-872 while the ip and name columns are removed from proctored exam attempt"
)
def test_migrations_are_in_sync(self):
"""
Tests that the migration files are in sync with the models.
......
......@@ -465,7 +465,7 @@ edx-opaque-keys[django]==2.2.2
# xmodule
edx-organizations==6.9.0
# via -r requirements/edx/base.in
edx-proctoring==3.20.6
edx-proctoring==3.22.0
# via
# -r requirements/edx/base.in
# edx-proctoring-proctortrack
......
......@@ -562,7 +562,7 @@ edx-opaque-keys[django]==2.2.2
# xmodule
edx-organizations==6.9.0
# via -r requirements/edx/testing.txt
edx-proctoring==3.20.6
edx-proctoring==3.22.0
# via
# -r requirements/edx/testing.txt
# edx-proctoring-proctortrack
......
......@@ -546,7 +546,7 @@ edx-opaque-keys[django]==2.2.2
# xmodule
edx-organizations==6.9.0
# via -r requirements/edx/base.txt
edx-proctoring==3.20.6
edx-proctoring==3.22.0
# via
# -r requirements/edx/base.txt
# edx-proctoring-proctortrack
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment