From cb6fc875b63b7935d498ebfff57da881cedab5f7 Mon Sep 17 00:00:00 2001 From: Awais Qureshi Date: Thu, 6 May 2021 22:30:37 +0500 Subject: [PATCH] refactor: latest Django 2.2.21 breaks the tests. Its mostly due the more restriction on empty file names and paths with dot segments during uploads --- requirements/constraints.txt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/requirements/constraints.txt b/requirements/constraints.txt index 665a4845e3..e37930ecb9 100644 --- a/requirements/constraints.txt +++ b/requirements/constraints.txt @@ -12,6 +12,9 @@ # This file contains all common constraints for edx-repos -c https://raw.githubusercontent.com/edx/edx-lint/master/edx_lint/files/common_constraints.txt +# latest version breaks the tests. +django<2.2.21 + # celery 5.0 has dropped python3.5 support. celery<5.0