python313Packages.swh-storage: disable tests on Darwin

This commit is contained in:
Pol Dellaiera
2026-03-15 10:07:46 +01:00
parent 6e9342b23d
commit 82223c4e5c
@@ -1,5 +1,6 @@
{
lib,
stdenv,
buildPythonPackage,
fetchFromGitLab,
setuptools,
@@ -74,6 +75,9 @@ buildPythonPackage rec {
pythonImportsCheck = [ "swh.storage" ];
# Many broken tests on Darwin. Disabling them for now.
doCheck = !stdenv.hostPlatform.isDarwin;
nativeCheckInputs = [
postgresql
postgresqlTestHook