python312Packages.githubkit: refactor

This commit is contained in:
Fabian Affolter 2024-04-21 11:46:02 +02:00
parent a9a1041404
commit 44cd302796

View File

@ -10,7 +10,6 @@
, pytest-xdist , pytest-xdist
, pytestCheckHook , pytestCheckHook
, pythonOlder , pythonOlder
, pythonRelaxDepsHook
, typing-extensions , typing-extensions
}: }:
@ -28,10 +27,6 @@ buildPythonPackage rec {
hash = "sha256-uxXRDavp5c3e1MOZR2B4wUxEHh6K81avTeaIVsOdup8="; hash = "sha256-uxXRDavp5c3e1MOZR2B4wUxEHh6K81avTeaIVsOdup8=";
}; };
pythonRelaxDeps = [
"hishel"
];
postPatch = '' postPatch = ''
substituteInPlace pyproject.toml \ substituteInPlace pyproject.toml \
--replace-fail "--cov=githubkit --cov-append --cov-report=term-missing" "" --replace-fail "--cov=githubkit --cov-append --cov-report=term-missing" ""
@ -39,7 +34,6 @@ buildPythonPackage rec {
build-system = [ build-system = [
poetry-core poetry-core
pythonRelaxDepsHook
]; ];
dependencies = [ dependencies = [