diff options
author | Marius Bakke <mbakke@fastmail.com> | 2018-02-09 14:40:44 +0100 |
---|---|---|
committer | Marius Bakke <mbakke@fastmail.com> | 2018-02-09 14:44:49 +0100 |
commit | ce2cfcabfccbd6062ab4029258ab61b308508c62 (patch) | |
tree | ff6c31e813d29c5f142e97b9000d90b93e0c8fc7 /gnu/local.mk | |
parent | ba62f087bc5d47897f2cfd5b7335f4f70b53da5b (diff) | |
download | patches-ce2cfcabfccbd6062ab4029258ab61b308508c62.tar patches-ce2cfcabfccbd6062ab4029258ab61b308508c62.tar.gz |
gnu: python-pandas: Update to 0.22.0.
* gnu/local.mk (dist_patch_DATA): Remove it.
* gnu/packages/patches/python-pandas-skip-failing-tests.patch: Delete file.
* gnu/packages/python.scm (python-pandas): Update to 0.22.0.
[source](patches): Remove.
[native-inputs]: Add PYTHON-PYTEST and PYTHON-LXML.
[arguments]: Replace CHECK-PHASE with custom pytest invocation.
[home-page]: Use HTTPS.
Diffstat (limited to 'gnu/local.mk')
-rw-r--r-- | gnu/local.mk | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gnu/local.mk b/gnu/local.mk index 9cf14c8b08..0a7810df9d 100644 --- a/gnu/local.mk +++ b/gnu/local.mk @@ -1026,7 +1026,6 @@ dist_patch_DATA = \ %D%/packages/patches/python-scikit-learn-fix-test-non-determinism.patch \ %D%/packages/patches/python-configobj-setuptools.patch \ %D%/packages/patches/python-faker-fix-build-32bit.patch \ - %D%/packages/patches/python-pandas-skip-failing-tests.patch \ %D%/packages/patches/python-paste-remove-website-test.patch \ %D%/packages/patches/python-paste-remove-timing-test.patch \ %D%/packages/patches/python-pygit2-disable-network-tests.patch \ |