From 10fabedd8fc60509ff3b6717759008df62b209e1 Mon Sep 17 00:00:00 2001 From: Paul Ganssle Date: Tue, 8 Sep 2020 15:52:56 -0400 Subject: [PATCH] Pin pep517 to 0.8.2 pep517 will apparently soon drop the pep517.build CLI, suddenly. No replacement is available, so we will pin to the latest version that supports it. https://github.com/pypa/pep517/pull/83 --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index f4059ad..946a38a 100644 --- a/tox.ini +++ b/tox.ini @@ -72,7 +72,7 @@ commands = description = Build a wheel and source distribution skip_install = True deps = - pep517 + pep517==0.8.2 twine commands = python -c "from pathlib import Path; \