add constraint for edx-search<2.0.0

constraining edx-search because 2.0.0 requires
ES7 upgrade work to be complete.
This commit is contained in:
Robert Raposa
2020-10-28 11:52:29 -04:00
parent 7afee25ce2
commit 07972455a7

View File

@@ -37,6 +37,9 @@ drf-yasg<1.17.1
# for them.
edx-enterprise==3.9.6
# v2 requires the ES7 upgrade work to be complete
edx-search<2.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