Merge pull request #78644 from nh2/babel-nix-2.2-comment

pythonPackages.Babel: Add comment
This commit is contained in:
Niklas Hambüchen 2020-01-28 01:32:05 +01:00 committed by GitHub
commit d91d400a84
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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; {