python312Packages.githubkit: refactor

This commit is contained in:
Fabian Affolter 2024-04-21 11:46:02 +02:00
parent a9a1041404
commit 44cd302796
1 changed files with 0 additions and 6 deletions

View File

@ -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 = [