From 44cd302796135026a743cc442485670adada14ee Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Sun, 21 Apr 2024 11:46:02 +0200 Subject: [PATCH] python312Packages.githubkit: refactor --- pkgs/development/python-modules/githubkit/default.nix | 6 ------ 1 file changed, 6 deletions(-) diff --git a/pkgs/development/python-modules/githubkit/default.nix b/pkgs/development/python-modules/githubkit/default.nix index 8c2e54f8f1c4..8c5284f65129 100644 --- a/pkgs/development/python-modules/githubkit/default.nix +++ b/pkgs/development/python-modules/githubkit/default.nix @@ -10,7 +10,6 @@ , pytest-xdist , pytestCheckHook , pythonOlder -, pythonRelaxDepsHook , typing-extensions }: @@ -28,10 +27,6 @@ buildPythonPackage rec { hash = "sha256-uxXRDavp5c3e1MOZR2B4wUxEHh6K81avTeaIVsOdup8="; }; - pythonRelaxDeps = [ - "hishel" - ]; - postPatch = '' substituteInPlace pyproject.toml \ --replace-fail "--cov=githubkit --cov-append --cov-report=term-missing" "" @@ -39,7 +34,6 @@ buildPythonPackage rec { build-system = [ poetry-core - pythonRelaxDepsHook ]; dependencies = [