From 151efd2cb65edc5b0e6aacd8dfdb3e1b8b342426 Mon Sep 17 00:00:00 2001 From: Simon Chen Date: Mon, 5 Apr 2021 15:57:22 -0400 Subject: [PATCH] Add edx-proctoring=3.8.2 to edx-platform constraint file to prevent others from upgrading it to 3.8.3 accidentally (#27249) --- requirements/constraints.txt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/requirements/constraints.txt b/requirements/constraints.txt index b1010e98b3..99349579ab 100644 --- a/requirements/constraints.txt +++ b/requirements/constraints.txt @@ -33,6 +33,9 @@ django-storages<1.9 # for them. edx-enterprise==3.21.0 +# edx-proctoring 3.8.3 resulted in 500 error on StudentOnboardingStatusView. Temporarily pinned to 3.8.2 version +edx-proctoring==3.8.2 + # Upgrading to 2.12.0 breaks several test classes due to API changes, need to update our code accordingly factory-boy==2.8.1