Commit graph

7 commits

Author SHA1 Message Date
Frederik Rietdijk 7111351963 python.pkgs.pandas: 0.20.1 -> 0.20.2 2017-06-06 14:42:10 +02:00
Josef Kemetmueller eb2994a0d5 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.
2017-05-30 02:18:40 +02:00
Pascal Wittmann f06f4a0728
pandas: remove outdated comment
closes #26058
2017-05-27 12:05:30 +02:00
Frederik Rietdijk 9174bd2538 pythonPackages.pandas: 0.19.2 -> 0.20.1 2017-05-16 13:37:01 +02:00
Frederik Rietdijk 7fa72a7602 pythonPackages.pandas: minor fixes tests 2017-04-18 11:33:22 +02:00
Tom Hunger 59036096b7 pandas: Mark broken in i686.See #23253. 2017-03-01 13:02:08 +00:00
Frederik Rietdijk 5319587d87 pythonPackages.pandas: 0.19.1 -> 0.19.2 2016-12-25 10:42:41 +01:00