Unverified Commit a69158ae authored by Fabian Affolter's avatar Fabian Affolter Committed by GitHub
Browse files

python312Packages.githubkit: refactor

parent b779674d
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -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