guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

38/54: gnu: python-fit-nbinom: Disable tests.


From: guix-commits
Subject: 38/54: gnu: python-fit-nbinom: Disable tests.
Date: Thu, 11 Jan 2024 17:36:15 -0500 (EST)

rekado pushed a commit to branch wip-python-science
in repository guix.

commit e256b67f190483bce42e1126d9d9e81d0cfd5c25
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Tue Jan 9 15:51:45 2024 +0100

    gnu: python-fit-nbinom: Disable tests.
    
    * gnu/packages/python-xyz.scm (python-fit-nbinom)[arguments]: Disable tests.
    
    Change-Id: I980480a3326dccc67930d34474832712005d1bb2
---
 gnu/packages/python-xyz.scm | 1 +
 1 file changed, 1 insertion(+)

diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 8858b44b20..08557f96d8 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -590,6 +590,7 @@ and variables you'll need already imported and created.
     (build-system pyproject-build-system)
     (arguments
      (list
+      #:tests? #false ;there are none
       #:phases
       '(modify-phases %standard-phases
          (add-after 'unpack 'remove-invalid-syntax



reply via email to

[Prev in Thread] Current Thread [Next in Thread]