From 7fdf2b28c50045b95ce1b8cb6e4e71321ac011ba Mon Sep 17 00:00:00 2001 From: DawoudSheraz <dawoud.sheraz@gmail.com> Date: Thu, 6 Aug 2020 19:04:26 +0500 Subject: [PATCH] lock xblock version to 1.3.1 --- requirements/constraints.txt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/requirements/constraints.txt b/requirements/constraints.txt index 8ca4f9c6ee5..fe6f8980b65 100644 --- a/requirements/constraints.txt +++ b/requirements/constraints.txt @@ -124,3 +124,6 @@ geoip2<4.0.1 # tests failing for pymongo==3.11 pymongo<3.11 + +# Tests are failing on 1.4.0 due to xblock indexing issues +xblock==1.3.1 -- GitLab