From 275c28b454cde254112d5836a7688b20dcc813b2 Mon Sep 17 00:00:00 2001 From: Jan Wille Date: Sun, 30 Jun 2024 14:59:54 +0200 Subject: [PATCH] properly specify incompatible `pipx` version as per https://github.com/pypa/pipx/pull/1390 the issue should be fixed in the next release, so we specify this here --- .github/workflows/constraints.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/constraints.txt b/.github/workflows/constraints.txt index 21f600e4..f4ba2cb2 100644 --- a/.github/workflows/constraints.txt +++ b/.github/workflows/constraints.txt @@ -1,5 +1,5 @@ pip==24.1.1 -pipx<1.5.0 +pipx==1.4.3,!=1.5,!=1.6.0 nox==2023.4.22 nox-poetry==1.0.3 virtualenv==20.26.3