From 5b69607c35943f782cf854bb06596c34ca1a3628 Mon Sep 17 00:00:00 2001 From: Andrew Murray <3112309+radarhere@users.noreply.github.com> Date: Wed, 25 Mar 2026 23:35:27 +1100 Subject: [PATCH] Skip build 1.4.1 for lint (#9491) Co-authored-by: Andrew Murray Co-authored-by: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com> --- tox.ini | 1 + 1 file changed, 1 insertion(+) diff --git a/tox.ini b/tox.ini index de18946ef..37e2296fc 100644 --- a/tox.ini +++ b/tox.ini @@ -18,6 +18,7 @@ commands = [testenv:lint] skip_install = true deps = + build!=1.4.1 # pending https://github.com/pypa/build/pull/1003 check-manifest prek pass_env =