summaryrefslogtreecommitdiff
path: root/gnu/local.mk
diff options
context:
space:
mode:
authorPierre Neidhardt <mail@ambrevar.xyz>2020-03-03 11:38:09 +0100
committerGuix Patches Tester <>2020-03-05 20:00:32 +0000
commit6b4f5e558b365793c4495cec783acbe0a1a5380d (patch)
tree7971f2ffe5f7fcefa7a60dabf85e2878442f9778 /gnu/local.mk
parent5d0f33c2ab9aa0cdc51a35525e895a603eac78ea (diff)
downloadguix-patches-6b4f5e558b365793c4495cec783acbe0a1a5380d.tar
guix-patches-6b4f5e558b365793c4495cec783acbe0a1a5380d.tar.gz
gnu: python-keras: Fix tests.
* gnu/packages/machine-learning.scm (python-keras)[origin]: Add patch to remove unstable selu test. * gnu/local.mk: Include patch. * gnu/packages/patches/python-keras-selu-test.patch: New file.
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 22c11afd38..0a8d02fc9e 100644
--- a/gnu/local.mk
+++ b/gnu/local.mk
@@ -1326,6 +1326,7 @@ dist_patch_DATA = \
%D%/packages/patches/python-configobj-setuptools.patch \
%D%/packages/patches/python-faker-fix-build-32bit.patch \
%D%/packages/patches/python-keras-integration-test.patch \
+ %D%/packages/patches/python-keras-selu-test.patch \
%D%/packages/patches/python-pep8-stdlib-tokenize-compat.patch \
%D%/packages/patches/python-pyfakefs-remove-bad-test.patch \
%D%/packages/patches/python-flint-includes.patch \