Merge pull request #19638 from edx/matthugs/revert-prevent-multiple-proctoring-sessions

make upgrade to version of edx-proctoring
This commit is contained in:
Matt Hughes
2019-01-22 13:49:03 -05:00
committed by GitHub
4 changed files with 8 additions and 8 deletions

View File

@@ -1267,14 +1267,14 @@ class TestProctoringRendering(SharedModuleStoreTestCase):
CourseMode.VERIFIED,
False,
'verified',
'Your proctoring session was reviewed and passed all requirements',
'Your proctoring session was reviewed successfully',
False
),
(
CourseMode.VERIFIED,
False,
'rejected',
'Your proctoring session was reviewed and did not pass requirements',
'Your proctoring session was reviewed, but did not pass all requirements',
True
),
(

View File

@@ -123,8 +123,8 @@ edx-milestones==0.1.13
edx-oauth2-provider==1.2.2
edx-opaque-keys[django]==0.4.4
edx-organizations==1.0.0
edx-proctoring-proctortrack==1.0.0
edx-proctoring==1.5.6
edx-proctoring-proctortrack==1.0.1
edx-proctoring==1.5.7
edx-rest-api-client==1.9.2
edx-search==1.2.1
edx-submissions==2.0.12

View File

@@ -142,8 +142,8 @@ edx-milestones==0.1.13
edx-oauth2-provider==1.2.2
edx-opaque-keys[django]==0.4.4
edx-organizations==1.0.0
edx-proctoring-proctortrack==1.0.0
edx-proctoring==1.5.6
edx-proctoring-proctortrack==1.0.1
edx-proctoring==1.5.7
edx-rest-api-client==1.9.2
edx-search==1.2.1
edx-sphinx-theme==1.4.0

View File

@@ -137,8 +137,8 @@ edx-milestones==0.1.13
edx-oauth2-provider==1.2.2
edx-opaque-keys[django]==0.4.4
edx-organizations==1.0.0
edx-proctoring-proctortrack==1.0.0
edx-proctoring==1.5.6
edx-proctoring-proctortrack==1.0.1
edx-proctoring==1.5.7
edx-rest-api-client==1.9.2
edx-search==1.2.1
edx-submissions==2.0.12