Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: eb2994a0d5541d591cd4fc2435b978b00b19bc46
      
https://github.com/NixOS/nixpkgs/commit/eb2994a0d5541d591cd4fc2435b978b00b19bc46
  Author: Josef Kemetmueller <[email protected]>
  Date:   2017-05-30 (Tue, 30 May 2017)

  Changed paths:
    M pkgs/development/python-modules/pandas/default.nix

  Log Message:
  -----------
  pandas: Fix build on darwin

Since the commands "locale", "pbpaste" and "pbcopy" are not in nixpkgs,
as they are impure darwin dependencies, we currently cannot get the
clipboard and locale functionality to work properly. We disable the
tests "test_locale" and "test_clipboard" on darwin, so we get a mostly
working pandas. Additionally to disabling the test via py.test, we also
need to provide fake pbpaste/pbcopy commands, so py.test won't fail
during the collection phase.

This closes #25417 and closes #11623.


  Commit: 67f6f3a4202511fb6c74d9a5d09da79119da3e80
      
https://github.com/NixOS/nixpkgs/commit/67f6f3a4202511fb6c74d9a5d09da79119da3e80
  Author: Frederik Rietdijk <[email protected]>
  Date:   2017-05-30 (Tue, 30 May 2017)

  Changed paths:
    M pkgs/development/python-modules/pandas/default.nix

  Log Message:
  -----------
  Merge pull request #26221 from knedlsepp/fix-pandas-darwin-build

pandas: Fix build on darwin


Compare: https://github.com/NixOS/nixpkgs/compare/165c116a329e...67f6f3a42025
_______________________________________________
nix-commits mailing list
[email protected]
https://mailman.science.uu.nl/mailman/listinfo/nix-commits

Reply via email to