python312Packages.githubkit: refactor

This commit is contained in:
Fabian Affolter 2024-03-22 10:01:46 +01:00 committed by GitHub
parent b779674da5
commit a69158ae87
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 3 additions and 3 deletions

View File

@ -34,15 +34,15 @@ buildPythonPackage rec {
postPatch = ''
substituteInPlace pyproject.toml \
--replace "--cov=githubkit --cov-append --cov-report=term-missing" ""
--replace-fail "--cov=githubkit --cov-append --cov-report=term-missing" ""
'';
nativeBuildInputs = [
build-systems = [
poetry-core
pythonRelaxDepsHook
];
propagatedBuildInputs = [
dependencies = [
hishel
httpx
pydantic