Skip to content

Commit

Permalink
chore: remove redundant pip-tools resolver
Browse files Browse the repository at this point in the history
`--resolver=backtracking` is the default option since `pip-tools==7.0.0`.
  • Loading branch information
Agrendalath committed Jul 17, 2023
1 parent e044f1c commit 1ed09c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ requirements_python: piptools ## install all requirements locally
pip-sync requirements/dev.txt requirements/private.*

# Define PIP_COMPILE_OPTS=-v to get more information during make upgrade.
PIP_COMPILE = pip-compile --upgrade --resolver=backtracking $(PIP_COMPILE_OPTS)
PIP_COMPILE = pip-compile --upgrade $(PIP_COMPILE_OPTS)

upgrade: export CUSTOM_COMPILE_COMMAND=make upgrade
upgrade: ## update the requirements/*.txt files with the latest packages satisfying requirements/*.in
Expand Down

0 comments on commit 1ed09c3

Please sign in to comment.