From dd3c754771132a699b6b1bd8cfc7f25ca57f482b Mon Sep 17 00:00:00 2001 From: Martin Weinelt Date: Wed, 21 Jan 2026 18:01:09 +0100 Subject: [PATCH] python3Packages.chalice: relax pip constraint --- pkgs/development/python-modules/chalice/default.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pkgs/development/python-modules/chalice/default.nix b/pkgs/development/python-modules/chalice/default.nix index e949afd1320a..a0b91b8a7ec7 100644 --- a/pkgs/development/python-modules/chalice/default.nix +++ b/pkgs/development/python-modules/chalice/default.nix @@ -50,6 +50,8 @@ buildPythonPackage rec { six ]; + pythonRelaxDeps = [ "pip" ]; + nativeCheckInputs = [ hypothesis pytestCheckHook