Commit 0b138686 authored by Pol Dellaiera's avatar Pol Dellaiera
Browse files

python313Packages.swh-scheduler: disable tests on Darwin

parent 692d658f
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
{
  lib,
  stdenv,
  buildPythonPackage,
  fetchFromGitLab,
  setuptools,
@@ -65,6 +66,9 @@ buildPythonPackage rec {

  pythonImportsCheck = [ "swh.scheduler" ];

  # Many broken tests on Darwin. Disabling them for now.
  doCheck = !stdenv.hostPlatform.isDarwin;

  nativeCheckInputs = [
    plotille
    postgresql