treewide: disable some tests broken on darwin

disable checks for:

- cython
- ldap
- tqdm
This commit is contained in:
Matthew Bauer
2018-08-16 21:10:19 -05:00
parent 7a39b0c43b
commit bca8144274
3 changed files with 8 additions and 1 deletions

View File

@@ -5,6 +5,7 @@
, coverage
, glibcLocales
, flake8
, stdenv
}:
buildPythonPackage rec {
@@ -26,6 +27,8 @@ buildPythonPackage rec {
LC_ALL="en_US.UTF-8";
doCheck = !stdenv.isDarwin;
meta = {
description = "A Fast, Extensible Progress Meter";
homepage = https://github.com/tqdm/tqdm;