From c256508542b3cc95d6718d89a0144ebd01b7f5f1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sandro=20J=C3=A4ckel?= Date: Wed, 6 Jan 2021 13:54:35 +0100 Subject: [PATCH] anki: Disable tests on darwin --- pkgs/games/anki/default.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pkgs/games/anki/default.nix b/pkgs/games/anki/default.nix index af4e819eedab..14e9704a432d 100644 --- a/pkgs/games/anki/default.nix +++ b/pkgs/games/anki/default.nix @@ -128,6 +128,9 @@ buildPythonApplication rec { # UTF-8 locale needed for testing LC_ALL = "en_US.UTF-8"; + # tests fail with to many open files + doCheck = !stdenv.isDarwin; + # - Anki writes some files to $HOME during tests # - Skip tests using network checkPhase = ''