From 8b52167e7706bb982bf809036bdc247c709779bb Mon Sep 17 00:00:00 2001 From: Ricardo Wurmus Date: Thu, 4 Aug 2016 12:48:25 +0200 Subject: gnu: python-statsmodels: Fix tests. * gnu/packages/statistics.scm (python-statsmodels): Add patch to fix tests. (python2-statsmodels)[propagated-inputs]: Add python2-pytz. * gnu/packages/patches/python-statsmodels-fix-tests.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. --- gnu/local.mk | 1 + 1 file changed, 1 insertion(+) (limited to 'gnu/local.mk') diff --git a/gnu/local.mk b/gnu/local.mk index 4dcc547e55..3444c2031f 100644 --- a/gnu/local.mk +++ b/gnu/local.mk @@ -739,6 +739,7 @@ dist_patch_DATA = \ %D%/packages/patches/python-ipython-inputhook-ctype.patch \ %D%/packages/patches/python-rarfile-fix-tests.patch \ %D%/packages/patches/python2-rdflib-drop-sparqlwrapper.patch \ + %D%/packages/patches/python-statsmodels-fix-tests.patch \ %D%/packages/patches/python-configobj-setuptools.patch \ %D%/packages/patches/python-paste-remove-website-test.patch \ %D%/packages/patches/python-paste-remove-timing-test.patch \ -- cgit v1.2.3