Loading pkgs/development/python-modules/githubkit/default.nix +2 −5 Original line number Diff line number Diff line Loading @@ -8,6 +8,7 @@ poetry-core, pydantic, pyjwt, pytest-cov-stub, pytest-xdist, pytestCheckHook, pythonOlder, Loading @@ -28,11 +29,6 @@ buildPythonPackage rec { hash = "sha256-bh01m/L1ubQGc4EoHw8If/6yF64M5CsifSwVezZjFDQ="; }; postPatch = '' substituteInPlace pyproject.toml \ --replace-fail "--cov=githubkit --cov-append --cov-report=term-missing" "" ''; pythonRelaxDeps = [ "hishel" ]; build-system = [ poetry-core ]; Loading Loading @@ -61,6 +57,7 @@ buildPythonPackage rec { nativeCheckInputs = [ pytestCheckHook pytest-cov-stub pytest-xdist ] ++ lib.flatten (builtins.attrValues passthru.optional-dependencies); Loading Loading
pkgs/development/python-modules/githubkit/default.nix +2 −5 Original line number Diff line number Diff line Loading @@ -8,6 +8,7 @@ poetry-core, pydantic, pyjwt, pytest-cov-stub, pytest-xdist, pytestCheckHook, pythonOlder, Loading @@ -28,11 +29,6 @@ buildPythonPackage rec { hash = "sha256-bh01m/L1ubQGc4EoHw8If/6yF64M5CsifSwVezZjFDQ="; }; postPatch = '' substituteInPlace pyproject.toml \ --replace-fail "--cov=githubkit --cov-append --cov-report=term-missing" "" ''; pythonRelaxDeps = [ "hishel" ]; build-system = [ poetry-core ]; Loading Loading @@ -61,6 +57,7 @@ buildPythonPackage rec { nativeCheckInputs = [ pytestCheckHook pytest-cov-stub pytest-xdist ] ++ lib.flatten (builtins.attrValues passthru.optional-dependencies); Loading