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

python312Packages.gotailwind: migrate to pytest-cov-stub (#371506)

parents 66986893 19ca7960
Loading
Loading
Loading
Loading
+3 −2
Original line number Diff line number Diff line
@@ -10,6 +10,7 @@
  orjson,
  poetry-core,
  pytest-asyncio,
  pytest-cov-stub,
  pytestCheckHook,
  pythonOlder,
  syrupy,
@@ -35,8 +36,7 @@ buildPythonPackage rec {
  postPatch = ''
    # Upstream doesn't set a version for the pyproject.toml
    substituteInPlace pyproject.toml \
      --replace-fail "0.0.0" "${version}" \
      --replace-fail "--cov" ""
      --replace-fail "0.0.0" "${version}"
  '';

  build-system = [ poetry-core ];
@@ -58,6 +58,7 @@ buildPythonPackage rec {
  nativeCheckInputs = [
    aresponses
    pytest-asyncio
    pytest-cov-stub
    pytestCheckHook
    syrupy
  ];