From 73a16a9e1e8a8da0ca357958e2294a361d0110e1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9gis=20Behmo?= Date: Thu, 5 Nov 2020 13:52:23 +0100 Subject: [PATCH] Ensure we don't break unit tests by upgrading edx-completion We expect edx-completion to break unit tests in v3.3.0, so here we make sure that it does not get upgraded automatically. --- requirements/constraints.txt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/requirements/constraints.txt b/requirements/constraints.txt index 9ca533e0ad..c6c2374d92 100644 --- a/requirements/constraints.txt +++ b/requirements/constraints.txt @@ -43,6 +43,9 @@ edx-search<2.0.0 # We expect v2.0.0 to introduce large breaking changes in the feature toggle API edx-toggles<2.0.0 +# We expect v4.0.0 to introduce breaking changes in the testing API +edx-completion<4.0.0 + # Upgrading to 2.12.0 breaks several test classes due to API changes, need to update our code accordingly factory-boy==2.8.1