summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2023-05-11 05:57:15 -0400
committerNed Batchelder <ned@nedbatchelder.com>2023-05-11 05:57:15 -0400
commitf2a9648bb14b5cbb56274ca3a20a6024d117efd1 (patch)
tree6fd84cea1c4815795df5349a19819b248a8f3f17
parent30ba66ae8e7442b8358e2b47cd36529e805340c3 (diff)
downloadpython-coveragepy-git-f2a9648bb14b5cbb56274ca3a20a6024d117efd1.tar.gz
build: on second thought, don't branch and commit when upgrading
-rw-r--r--Makefile2
1 files changed, 0 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 7f529e0c..847e5098 100644
--- a/Makefile
+++ b/Makefile
@@ -89,7 +89,6 @@ metasmoke:
PIP_COMPILE = pip-compile --upgrade --allow-unsafe --resolver=backtracking
upgrade: export CUSTOM_COMPILE_COMMAND=make upgrade
upgrade: ## Update the *.pip files with the latest packages satisfying *.in files.
- git switch -c nedbat/upgrade-$$(date +%Y%m%d)
pip install -q -r requirements/pip-tools.pip
$(PIP_COMPILE) -o requirements/pip-tools.pip requirements/pip-tools.in
$(PIP_COMPILE) -o requirements/pip.pip requirements/pip.in
@@ -101,7 +100,6 @@ upgrade: ## Update the *.pip files with the latest packages satisfying *.in
$(PIP_COMPILE) -o doc/requirements.pip doc/requirements.in
$(PIP_COMPILE) -o requirements/lint.pip doc/requirements.in requirements/dev.in
$(PIP_COMPILE) -o requirements/mypy.pip requirements/mypy.in
- git commit -am "chore: make upgrade"
diff_upgrade: ## Summarize the last `make upgrade`
@# The sort flags sort by the package name first, then by the -/+, and