forked from mirrors/nixpkgs
anki: Disable tests on darwin
This commit is contained in:
parent
19983c6cb5
commit
c256508542
|
@ -128,6 +128,9 @@ buildPythonApplication rec {
|
||||||
# UTF-8 locale needed for testing
|
# UTF-8 locale needed for testing
|
||||||
LC_ALL = "en_US.UTF-8";
|
LC_ALL = "en_US.UTF-8";
|
||||||
|
|
||||||
|
# tests fail with to many open files
|
||||||
|
doCheck = !stdenv.isDarwin;
|
||||||
|
|
||||||
# - Anki writes some files to $HOME during tests
|
# - Anki writes some files to $HOME during tests
|
||||||
# - Skip tests using network
|
# - Skip tests using network
|
||||||
checkPhase = ''
|
checkPhase = ''
|
||||||
|
|
Loading…
Reference in a new issue