summaryrefslogtreecommitdiff
path: root/gnu/local.mk
diff options
context:
space:
mode:
authorBen Woodcroft <donttrustben@gmail.com>2017-12-14 18:45:21 +1000
committerBen Woodcroft <donttrustben@gmail.com>2017-12-14 22:50:19 +1000
commit8a6cd65a2a66107b5a1ae12138a9af0002f55983 (patch)
tree45dc80b4bc741f5bc5c6b57353e85bc8f19ab68a /gnu/local.mk
parent4e0b3583eab7dd67c2e13ad614e48f8d31c59c90 (diff)
downloadguix-patches-8a6cd65a2a66107b5a1ae12138a9af0002f55983.tar
guix-patches-8a6cd65a2a66107b5a1ae12138a9af0002f55983.tar.gz
gnu: python-scikit-learn: Patch test non-determinism.
* gnu/packages/patches/python-scikit-learn-fix-test-non-determinism.patch: New file. * gnu/packages/machine-learning.scm (python-scikit-learn)[source]: Use it. * gnu/local.mk (dist_patch_DATA): Add it.
Diffstat (limited to 'gnu/local.mk')
-rw-r--r--gnu/local.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu/local.mk b/gnu/local.mk
index 46829756b7..f6b29a7155 100644
--- a/gnu/local.mk
+++ b/gnu/local.mk
@@ -1014,6 +1014,7 @@ dist_patch_DATA = \
%D%/packages/patches/python-parse-too-many-fields.patch \
%D%/packages/patches/python2-rdflib-drop-sparqlwrapper.patch \
%D%/packages/patches/python-statsmodels-fix-tests.patch \
+ %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 \