ngz pushed a commit to branch python-team
in repository guix.
commit 831591b5e61eea73e9058aef12c43bd5b733fc7e
Author: Nicolas Graves <[email protected]>
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 <[email protected]>
---
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"))))))