Skip to content
Snippets Groups Projects
Commit 73a16a9e authored by Régis Behmo's avatar Régis Behmo
Browse files

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.
parent 85225796
Branches
Tags
No related merge requests found
......@@ -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
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment