python3Packages.Babel: disable tests on darwin since they fail
cc @fridh
This commit is contained in:
parent
f1682a7f12
commit
e3065afa44
@ -1,4 +1,4 @@
|
||||
{ lib, buildPythonPackage, fetchPypi, pytz, pytest, freezegun, glibcLocales }:
|
||||
{ stdenv, lib, buildPythonPackage, fetchPypi, pytz, pytest, freezegun, glibcLocales }:
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "Babel";
|
||||
@ -13,6 +13,8 @@ buildPythonPackage rec {
|
||||
|
||||
checkInputs = [ pytest freezegun glibcLocales ];
|
||||
|
||||
doCheck = !stdenv.isDarwin;
|
||||
|
||||
preCheck = ''
|
||||
export LC_ALL="en_US.UTF-8"
|
||||
'';
|
||||
|
Loading…
Reference in New Issue
Block a user