about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--gn/packages/ratspub.scm16
1 files changed, 15 insertions, 1 deletions
diff --git a/gn/packages/ratspub.scm b/gn/packages/ratspub.scm
index 726bc0b..19b70c2 100644
--- a/gn/packages/ratspub.scm
+++ b/gn/packages/ratspub.scm
@@ -179,6 +179,20 @@ gene-keyword relationships are presented as an interactive graph and a table.")
           `(modify-phases ,phases
              (delete 'check))))))))
 
+(define-public python-keras-no-tests
+  (hidden-package
+    (package
+      (inherit python-keras)
+      (source
+        (origin
+          (inherit (package-source python-keras))))
+      (arguments
+       (substitute-keyword-arguments (package-arguments python-keras)
+         ((#:phases phases)
+          `(modify-phases ,phases
+             (delete 'check))))))))
+
+
 (define-public hrdp-project
   (package
     (name "hrdp-project")
@@ -370,7 +384,7 @@ if __name__ == '__main__':
        ("inetutils" ,inetutils)
        ("python-bcrypt" ,python-bcrypt)
        ("python-flask-sqlalchemy" ,python-flask-sqlalchemy)
-       ("python-keras" ,python-keras-for-ratspub)
+       ("python-keras" ,python-keras-no-tests)
        ("python-nltk" ,python-nltk)
        ("python-pandas" ,python-pandas)
        ("python-regex" ,python-regex)