Unverified Commit 3c003fcc authored by Robert Schütz's avatar Robert Schütz Committed by GitHub
Browse files

python313Packages.holoviews: fix tests (#380961)

parents ba4ca7f6 e9637329
Loading
Loading
Loading
Loading
+7 −2
Original line number Diff line number Diff line
@@ -18,7 +18,7 @@

  # tests
  pytestCheckHook,
  pytest-cov,
  pytest-asyncio,
  flaky,
}:

@@ -34,6 +34,11 @@ buildPythonPackage rec {
    hash = "sha256-KdGDBF+vo9hG3tqZnZaHuZuKvcGowGcS5Ur6V2uwKz4=";
  };

  postPatch = ''
    substituteInPlace pyproject.toml \
      --replace '"ignore:No data was collected:coverage.exceptions.CoverageWarning",' ""
  '';

  build-system = [
    hatch-vcs
    hatchling
@@ -50,7 +55,7 @@ buildPythonPackage rec {

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