From 69632ee702980065a43422b5e0b7f0ec5d2b11d7 Mon Sep 17 00:00:00 2001 From: UsamaSadiq Date: Mon, 3 Oct 2022 15:47:05 +0500 Subject: [PATCH] fix: pin openedx-events version --- requirements/constraints.txt | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/requirements/constraints.txt b/requirements/constraints.txt index eea85b1c7f..3017d343ad 100644 --- a/requirements/constraints.txt +++ b/requirements/constraints.txt @@ -97,3 +97,7 @@ pyopenssl==22.0.0 # pytz>2022.2.1 causes test failures in edx-platform pytz==2022.2.1 + +# openedx-events>0.13.0 causes test failures due to breaking changes +# These broken tests will be fixed in a separate PR +openedx-events==0.13.0