mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 23:03:40 +01:00
anki: Disable tests on darwin
This commit is contained in:
parent
19983c6cb5
commit
c256508542
1 changed files with 3 additions and 0 deletions
|
@ -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 = ''
|
||||
|
|
Loading…
Reference in a new issue