From b8e37121d4eeb329228d6d52d63ec12fd50b6847 Mon Sep 17 00:00:00 2001 From: Weijia Wang <9713184+wegank@users.noreply.github.com> Date: Wed, 2 Nov 2022 17:08:41 +0100 Subject: [PATCH] python3Packages.asyncpg: disable tests on darwin --- pkgs/development/python-modules/asyncpg/default.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pkgs/development/python-modules/asyncpg/default.nix b/pkgs/development/python-modules/asyncpg/default.nix index 0a3ef8f119e0..adefd070f777 100644 --- a/pkgs/development/python-modules/asyncpg/default.nix +++ b/pkgs/development/python-modules/asyncpg/default.nix @@ -18,6 +18,9 @@ buildPythonPackage rec { hash = "sha256-d+aEok/uF7o+SHypgtAlntF7rhr2gAb0zyhLI7og6iw="; }; + # sandboxing issues on aarch64-darwin, see https://github.com/NixOS/nixpkgs/issues/198495 + doCheck = postgresql.doCheck; + checkInputs = [ uvloop postgresql