Skip to content
Snippets Groups Projects
Unverified Commit b66b1e87 authored by Andrew Shultz's avatar Andrew Shultz Committed by GitHub
Browse files

Merge pull request #28236 from edx/ashultz0/proc-bump-3201

chore: edx-proctoring update to 3.20.1
parents f2be95eb e950f44e
No related branches found
No related tags found
No related merge requests found
......@@ -197,6 +197,9 @@ 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.0
edx-proctoring==3.20.1
# 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.0
edx-proctoring==3.20.1
# 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.0
edx-proctoring==3.20.1
# via
# -r requirements/edx/base.txt
# edx-proctoring-proctortrack
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment