about summary refs log tree commit diff
path: root/guix.scm
diff options
context:
space:
mode:
authorPjotr Prins2026-04-05 11:43:35 +0200
committerPjotr Prins2026-04-05 11:43:35 +0200
commitdbfeccada1550cfcfbedb9e92d3b13ccbf0e547f (patch)
tree4ca11a0c443d5f8f429c248e5aa03b56b5b5805a /guix.scm
parent433e5670464565948ead89097190b303168e27f0 (diff)
downloadgenecup-dbfeccada1550cfcfbedb9e92d3b13ccbf0e547f.tar.gz
Added test for esearch
Diffstat (limited to 'guix.scm')
-rw-r--r--guix.scm3
1 files changed, 2 insertions, 1 deletions
diff --git a/guix.scm b/guix.scm
index 905f1ac..b27bc8c 100644
--- a/guix.scm
+++ b/guix.scm
@@ -364,7 +364,8 @@ access to Gemini models.")
                   (("\\./minipubmed") pubmed)))))
           (replace 'check
             (lambda _
-              (invoke "python" "-m" "unittest" "discover" "-s" "tests" "-v")))
+              ;; test_network_* files need internet, skip them
+              (invoke "python" "-m" "unittest" "tests.test_hello" "-v")))
           (replace 'install
             (lambda* (#:key outputs #:allow-other-keys)
               (let ((out (assoc-ref outputs "out")))