python312Packages.django-auditlog: disable tests on darwin (#374851)

This commit is contained in:
Leona Maroni
2025-01-18 19:12:58 +01:00
committed by GitHub
@@ -1,5 +1,6 @@
{
lib,
stdenv,
buildPythonPackage,
fetchFromGitHub,
setuptools,
@@ -42,6 +43,8 @@ buildPythonPackage rec {
postgresqlTestHook
];
doCheck = stdenv.hostPlatform.isLinux; # postgres fails to allocate shm on darwin
postgresqlTestUserOptions = "LOGIN SUPERUSER";
checkPhase = ''