summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2022-12-02 06:54:59 -0500
committerNed Batchelder <ned@nedbatchelder.com>2022-12-02 06:54:59 -0500
commite1ff601489c7f3af90299ff3a5541b83151c323c (patch)
treeffac574eb2dbb02c356c8cd7032d21c36bb7173a
parent2adeb8bb5c2a12a080d7a528e35e5df9ffe7785f (diff)
downloadpython-coveragepy-git-e1ff601489c7f3af90299ff3a5541b83151c323c.tar.gz
build: use --resolver=backtracking as advised
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 9184ab77..c4415e61 100644
--- a/Makefile
+++ b/Makefile
@@ -83,7 +83,7 @@ metasmoke:
.PHONY: upgrade
-PIP_COMPILE = pip-compile --upgrade --allow-unsafe --generate-hashes
+PIP_COMPILE = pip-compile --upgrade --allow-unsafe --generate-hashes --resolver=backtracking
upgrade: export CUSTOM_COMPILE_COMMAND=make upgrade
upgrade: ## Update the *.pip files with the latest packages satisfying *.in files.
pip install -q -r requirements/pip-tools.pip