Add edx-proctoring=3.8.2 to edx-platform constraint file to prevent others from upgrading it to 3.8.3 accidentally (#27249)

This commit is contained in:
Simon Chen
2021-04-05 15:57:22 -04:00
committed by GitHub
parent 5e79e198ac
commit 151efd2cb6

View File

@@ -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