Skip to content

Commit

Permalink
python312Packages.django-auditlog: disable tests on darwin (#374851)
Browse files Browse the repository at this point in the history
  • Loading branch information
leona-ya authored Jan 18, 2025
2 parents 915dff3 + 359d71a commit d37c246
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pkgs/development/python-modules/django-auditlog/default.nix
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
lib,
stdenv,
buildPythonPackage,
fetchFromGitHub,
setuptools,
Expand Down Expand Up @@ -42,6 +43,8 @@ buildPythonPackage rec {
postgresqlTestHook
];

doCheck = stdenv.hostPlatform.isLinux; # postgres fails to allocate shm on darwin

postgresqlTestUserOptions = "LOGIN SUPERUSER";

checkPhase = ''
Expand Down

0 comments on commit d37c246

Please sign in to comment.