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`
We updated the `pip-tools` dependency in 045e91f.
  • Loading branch information
Agrendalath committed Jul 17, 2023
1 parent 212f857 commit 972612c
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 @@ -95,7 +95,7 @@ test: test.unit test.integration test.quality ## Run all tests
tox -e translations

# 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 972612c

Please sign in to comment.