From 89b7ddcd22f204f428a82f0271192450583d4aaa Mon Sep 17 00:00:00 2001 From: Colin Dean Date: Mon, 20 Oct 2025 14:02:01 -0400 Subject: [PATCH] Append info arg to poetry debug MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This was apparently changed in Poetry 2.0— and appropriate release for a breaking change. No one's had a reason to run this task since 2.0 came out, apparently… --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 02d9db3..7efac94 100644 --- a/Makefile +++ b/Makefile @@ -330,7 +330,7 @@ dist/requirements.txt: poetry.lock pyproject.toml .PHONY: poetry-debug poetry-debug: ## Shows Poetry debug include any envvars passed to Poetry @echo POETRY=$(POETRY) - $(POETRY) debug + $(POETRY) debug info .PHONY: poetry-use-pyenv poetry-use-pyenv: $(PYTHON_VERSION_FILE) ## Configure Poetry to use the expected base Python for its virtualenv