From 4ace0faf470a30335a29a6c70edc9b442c330b59 Mon Sep 17 00:00:00 2001 From: Sharlatan Hellseher Date: Mon, 20 Jan 2025 21:03:26 +0000 Subject: [PATCH] gnu: python-ndcube: Update to 2.3.0. * gnu/packages/astronomy.scm (python-ndcube): Update to 2.3.0. [arguments] : Run tests in parallel, it's supported by upstream. [native-inputs]: Add python-pytest-xdist. Change-Id: I92cfb35e22434226711de80b923ca02f865afaf1 --- gnu/packages/astronomy.scm | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/gnu/packages/astronomy.scm b/gnu/packages/astronomy.scm index 5ad39ff879c22aabeef26a1b6d2a13d99cecd1e0..4e1b091bb21d078c5e0bece5b4aeb9f698bf564a 100644 --- a/gnu/packages/astronomy.scm +++ b/gnu/packages/astronomy.scm @@ -4157,18 +4157,19 @@ Carlo.") (define-public python-ndcube (package (name "python-ndcube") - (version "2.2.4") + (version "2.3.0") (source (origin (method url-fetch) (uri (pypi-uri "ndcube" version)) (sha256 - (base32 "08l4nq43igpic6v3zjnyjq3yy44czg79798rmv5la52hbzbz1kj3")))) + (base32 "1pza5g38gn941dwy8yahkd37lb7z80czs1yj38xhn2cf0s69779h")))) (build-system pyproject-build-system) (arguments (list #:test-flags - #~(list "-k" (string-append + #~(list "--numprocesses" (number->string (parallel-job-count)) + "-k" (string-append ;; Break cycle: python-ndcube -> python-specutils -> ;; python-ndcube, see ;; . @@ -4200,6 +4201,8 @@ Carlo.") python-pytest python-pytest-astropy python-pytest-mpl + ;; python-pytest-memray ; not packaged yet + python-pytest-xdist python-scipy python-setuptools python-setuptools-scm