guix-commits
[Top][All Lists]
Advanced

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

branch wip-python-science updated: gnu: python-fit-nbinom: Disable tests


From: guix-commits
Subject: branch wip-python-science updated: gnu: python-fit-nbinom: Disable tests.
Date: Tue, 09 Jan 2024 09:52:27 -0500

This is an automated email from the git hooks/post-receive script.

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

The following commit(s) were added to refs/heads/wip-python-science by this 
push:
     new 80015bf0bc gnu: python-fit-nbinom: Disable tests.
80015bf0bc is described below

commit 80015bf0bcbdbf52f7b4fad3a46d16347a07bbec
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 a8745778b6..85ffc63d31 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]