guix-commits
[Top][All Lists]
Advanced

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

32/91: gnu: python-asdf-astropy: Fix build.


From: guix-commits
Subject: 32/91: gnu: python-asdf-astropy: Fix build.
Date: Thu, 23 May 2024 17:17:30 -0400 (EDT)

ngz pushed a commit to branch python-team
in repository guix.

commit 831591b5e61eea73e9058aef12c43bd5b733fc7e
Author: Nicolas Graves <ngraves@ngraves.fr>
AuthorDate: Fri May 10 00:53:27 2024 +0200

    gnu: python-asdf-astropy: Fix build.
    
    * gnu/packages/astronomy.scm (python-asdf-astropy):
      [arguments]<#:test-flags>: Remove uneeded faulty field.
    
    Change-Id: I8708e91db28de10f390d9c40a6c667eec33bf362
    Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
---
 gnu/packages/astronomy.scm | 2 --
 1 file changed, 2 deletions(-)

diff --git a/gnu/packages/astronomy.scm b/gnu/packages/astronomy.scm
index 44a953379b..de5193d9b8 100644
--- a/gnu/packages/astronomy.scm
+++ b/gnu/packages/astronomy.scm
@@ -4942,8 +4942,6 @@ specification.")
     (build-system pyproject-build-system)
     (arguments
      (list
-      #:test-flags
-      #~(list "-n" "auto")
       #:phases #~(modify-phases %standard-phases
                    (add-before 'check 'set-home-env
                      (lambda _ (setenv "HOME" "/tmp"))))))



reply via email to

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