mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-24 07:53:19 +00:00
pythonPackages.Babel: Add comment about #75676
This commit is contained in:
parent
e838bebc78
commit
19ff097181
@ -13,6 +13,10 @@ buildPythonPackage rec {
|
||||
|
||||
checkInputs = [ pytest freezegun ];
|
||||
|
||||
# Note that a test will fail with an encoding error on Python 2 with Nix < 2.3
|
||||
# due to https://github.com/NixOS/nixpkgs/pull/75676#issuecomment-579008837.
|
||||
# TODO: Remove the above comment when we use a version that includes the fix
|
||||
# from https://github.com/python-babel/babel/pull/691
|
||||
doCheck = !stdenv.isDarwin;
|
||||
|
||||
meta = with lib; {
|
||||
|
Loading…
Reference in New Issue
Block a user