From f6ac90e87341b492aed4632e167c5612548cefb0 Mon Sep 17 00:00:00 2001 From: "E. Kolpakov" Date: Tue, 8 Nov 2016 17:44:09 +0300 Subject: [PATCH] Bumped DnDv2 to v2.0.12 (+fixed grading test, as DnDv2 now properly participates in scoring) --- lms/djangoapps/grades/tests/test_new.py | 2 +- requirements/edx/github.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lms/djangoapps/grades/tests/test_new.py b/lms/djangoapps/grades/tests/test_new.py index b0829352cb..9274bf23d1 100644 --- a/lms/djangoapps/grades/tests/test_new.py +++ b/lms/djangoapps/grades/tests/test_new.py @@ -307,7 +307,7 @@ class TestMultipleProblemTypesSubsectionScores(SharedModuleStoreTestCase): """ SCORED_BLOCK_COUNT = 7 - ACTUAL_TOTAL_POSSIBLE = 16.0 + ACTUAL_TOTAL_POSSIBLE = 17.0 @classmethod def setUpClass(cls): diff --git a/requirements/edx/github.txt b/requirements/edx/github.txt index 7d0ce06f24..be4199e991 100644 --- a/requirements/edx/github.txt +++ b/requirements/edx/github.txt @@ -96,4 +96,4 @@ git+https://github.com/edx/edx-proctoring.git@0.16.1#egg=edx-proctoring==0.16.1 # Third Party XBlocks -e git+https://github.com/mitodl/edx-sga@172a90fd2738f8142c10478356b2d9ed3e55334a#egg=edx-sga -e git+https://github.com/open-craft/xblock-poll@v1.2.1#egg=xblock-poll==1.2.1 -git+https://github.com/edx-solutions/xblock-drag-and-drop-v2@v2.0.11#egg=xblock-drag-and-drop-v2==2.0.11 +git+https://github.com/edx-solutions/xblock-drag-and-drop-v2@v2.0.12#egg=xblock-drag-and-drop-v2==2.0.12