Skip to content

Commit

Permalink
Merge pull request #202 from openedx/knguyen2/ent-8309
Browse files Browse the repository at this point in the history
fix: update makefile to remove extraenous common_constraints.txt. file
  • Loading branch information
katrinan029 authored Feb 7, 2024
2 parents ddb0770 + b1001d3 commit d787fb2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 30 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -114,8 +114,8 @@ $(COMMON_CONSTRAINTS_TXT):

upgrade: export CUSTOM_COMPILE_COMMAND=make upgrade
upgrade: $(COMMON_CONSTRAINTS_TXT) ## update the requirements/*.txt files with the latest packages satisfying requirements/*.in
sed -i.'' 's/Django<4.0//g' requirements/common_constraints.txt
sed -i.'' 's/django-simple-history==//g' requirements/common_constraints.txt
sed -i 's/Django<4.0//g' requirements/common_constraints.txt
sed -i 's/django-simple-history==//g' requirements/common_constraints.txt
pip install -qr requirements/pip-tools.txt
# Make sure to compile files after any other files they include!
$(PIP_COMPILE) --allow-unsafe -o requirements/pip.txt requirements/pip.in
Expand Down
28 changes: 0 additions & 28 deletions requirements/common_constraints.txt.

This file was deleted.

0 comments on commit d787fb2

Please sign in to comment.