From 7eaf25bf7c083c61f48133c1d600d94827caf5bf Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Sun, 4 Feb 2024 09:41:08 +0100 Subject: [PATCH] python311Packages.githubkit: relax hishel --- pkgs/development/python-modules/githubkit/default.nix | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/pkgs/development/python-modules/githubkit/default.nix b/pkgs/development/python-modules/githubkit/default.nix index 8d8fd8cd6e32..40df1d1e7d2a 100644 --- a/pkgs/development/python-modules/githubkit/default.nix +++ b/pkgs/development/python-modules/githubkit/default.nix @@ -9,6 +9,7 @@ , pyjwt , pytestCheckHook , pythonOlder +, pythonRelaxDepsHook , typing-extensions }: @@ -26,6 +27,10 @@ buildPythonPackage rec { hash = "sha256-o7u/C9Ylw903Hat4xZdb0YYVtXKSu2WljD9uiLQeFIU="; }; + pythonRelaxDeps = [ + "hishel" + ]; + postPatch = '' substituteInPlace pyproject.toml \ --replace "--cov=githubkit --cov-append --cov-report=term-missing" "" @@ -33,6 +38,7 @@ buildPythonPackage rec { nativeBuildInputs = [ poetry-core + pythonRelaxDepsHook ]; propagatedBuildInputs = [