diff options
| author | Pjotr Prins | 2026-04-05 11:43:35 +0200 |
|---|---|---|
| committer | Pjotr Prins | 2026-04-05 11:43:35 +0200 |
| commit | dbfeccada1550cfcfbedb9e92d3b13ccbf0e547f (patch) | |
| tree | 4ca11a0c443d5f8f429c248e5aa03b56b5b5805a /guix.scm | |
| parent | 433e5670464565948ead89097190b303168e27f0 (diff) | |
| download | genecup-dbfeccada1550cfcfbedb9e92d3b13ccbf0e547f.tar.gz | |
Added test for esearch
Diffstat (limited to 'guix.scm')
| -rw-r--r-- | guix.scm | 3 |
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"))) |
