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

python312Packages.aionut: migrate to pytest-cov-stub (#371504)

parents 2e28ea66 7b4b6d99
Loading
Loading
Loading
Loading
+2 −5
Original line number Diff line number Diff line
@@ -4,6 +4,7 @@
  fetchFromGitHub,
  poetry-core,
  pytest-asyncio,
  pytest-cov-stub,
  pytestCheckHook,
  pythonOlder,
}:
@@ -22,15 +23,11 @@ buildPythonPackage rec {
    hash = "sha256-DCWfa5YfrB7MTf78AeSHDgiZzLNXoiNLnty9a+Sr9tQ=";
  };

  postPatch = ''
    substituteInPlace pyproject.toml \
      --replace-fail " --cov=aionut --cov-report=term-missing:skip-covered" ""
  '';

  build-system = [ poetry-core ];

  nativeCheckInputs = [
    pytest-asyncio
    pytest-cov-stub
    pytestCheckHook
  ];