python313Packages.swh-scheduler: disable tests on Darwin

This commit is contained in:
Pol Dellaiera
2026-03-15 10:07:46 +01:00
parent 692d658f29
commit 0b13868660
@@ -1,5 +1,6 @@
{
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