anki: Disable tests on darwin

This commit is contained in:
Sandro Jäckel 2021-01-06 13:54:35 +01:00
parent 19983c6cb5
commit c256508542
No known key found for this signature in database
GPG key ID: 3AF5A43A3EECC2E5

View file

@ -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 = ''