Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 63b1eabcdb39
Choose a base ref
...
head repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: d91d400a847a
Choose a head ref
  • 2 commits
  • 1 file changed
  • 1 contributor

Commits on Jan 27, 2020

  1. Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    19ff097 View commit details

Commits on Jan 28, 2020

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

    pythonPackages.Babel: Add comment
    nh2 authored Jan 28, 2020

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    d91d400 View commit details
Showing with 4 additions and 0 deletions.
  1. +4 −0 pkgs/development/python-modules/Babel/default.nix
4 changes: 4 additions & 0 deletions pkgs/development/python-modules/Babel/default.nix
Original file line number Diff line number Diff line change
@@ -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; {