diff --git a/gnu/packages/astronomy.scm b/gnu/packages/astronomy.scm index a3dca00664..111599f442 100644 --- a/gnu/packages/astronomy.scm +++ b/gnu/packages/astronomy.scm @@ -2217,6 +2217,8 @@ (define-public python-photutils (build-system pyproject-build-system) (arguments (list + #:test-flags + #~(list "-n" "auto") #:phases #~(modify-phases %standard-phases ;; This file is opened in both install and check phases. @@ -2247,6 +2249,7 @@ (define-public python-photutils (list python-cython python-extension-helpers python-pytest-astropy + python-pytest-xdist python-semantic-version python-setuptools-scm)) (home-page "https://github.com/astropy/photutils")