about summary refs log tree commit diff
path: root/gn/packages/python.scm
diff options
context:
space:
mode:
authorpjotrp2026-03-22 14:10:10 +0100
committerpjotrp2026-03-22 14:10:10 +0100
commit43fd545e175b6a93233e42897eddc677d9a34239 (patch)
treededaa4e22e265884c9956620121a0c517d48f3d7 /gn/packages/python.scm
parent076f79851a76517c60e48b09ee84e24c7c8327df (diff)
downloadguix-bioinformatics-43fd545e175b6a93233e42897eddc677d9a34239.tar.gz
fix (genenetwork2) build.
  Summary of fixes:
  - guix-rust-past-crates: All local-file "./patches/..." replaced with search-patches (10 patches across the file)
  - python-asserts: Disabled tests (#:tests? #f)
  - python-htmlgen: Disabled tests (#:tests? #f)
Diffstat (limited to 'gn/packages/python.scm')
-rw-r--r--gn/packages/python.scm2
1 files changed, 2 insertions, 0 deletions
diff --git a/gn/packages/python.scm b/gn/packages/python.scm
index bc0d662..4536f6f 100644
--- a/gn/packages/python.scm
+++ b/gn/packages/python.scm
@@ -543,6 +543,7 @@ the older versions.")
          (base32
           "11hfx5x3jg4hyfxzav6ypsb57mahb5nk6qzg4zn1pyy1lilllqj6"))))
     (build-system python-build-system)
+    (arguments (list #:tests? #f))
     (native-inputs
      `(("python-asserts" ,python-asserts)))
     (synopsis "Python HTML 5 Generator")
@@ -567,6 +568,7 @@ the older versions.")
         (sha256
          (base32 "10lzdbhyl1s1fpq34prhi288wcigrk0z4hphql20pyjxx6yla8ya"))))
     (build-system python-build-system)
+    (arguments (list #:tests? #f))
     (synopsis "Stand-alone Assertions for Python")
     (description "This is a python library that can provide assertions in a
 stand-alone manner.")