[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#74497] [PATCH 45/46] gnu: python-yt-astro-analysis: Adjust inputs.
From: |
Sharlatan Hellseher |
Subject: |
[bug#74497] [PATCH 45/46] gnu: python-yt-astro-analysis: Adjust inputs. |
Date: |
Sat, 23 Nov 2024 19:51:32 +0000 |
* gnu/packages/astronomy.scm (python-yt-astro-analysis) [native-inputs]:
Remove python-nose; add python-pytest.
Change-Id: I0b08ced355e739f1522cc749ea96db65413dc7b5
---
gnu/packages/astronomy.scm | 9 +++++----
1 file changed, 5 insertions(+), 4 deletions(-)
diff --git a/gnu/packages/astronomy.scm b/gnu/packages/astronomy.scm
index 858fb75d45..999914b3f9 100644
--- a/gnu/packages/astronomy.scm
+++ b/gnu/packages/astronomy.scm
@@ -6700,8 +6700,9 @@ (define-public python-yt-astro-analysis
(build-system pyproject-build-system)
(arguments
(list
- ;; Disable test which require MPI setup and failed to run, check why.
- #:test-flags #~(list "--ignore=test_halo_finders_ts.py")
+ ;; Disable test which requires MPI setup and failed to run, check why.
+ #:test-flags
+ #~(list
"--ignore=yt_astro_analysis/halo_analysis/tests/test_halo_finders_ts.py")
#:phases
#~(modify-phases %standard-phases
(add-before 'check 'build-extensions
@@ -6709,9 +6710,9 @@ (define-public python-yt-astro-analysis
(invoke "python" "setup.py" "build_ext" "--inplace"))))))
(native-inputs
(list python-cython
- python-nose
- python-tomli
+ python-pytest
python-setuptools
+ python-tomli
python-wheel))
(propagated-inputs
(list python-h5py
--
2.46.0
- [bug#74497] [PATCH 26/46] gnu: python-cdflib: Update to 1.3.2., (continued)
- [bug#74497] [PATCH 26/46] gnu: python-cdflib: Update to 1.3.2., Sharlatan Hellseher, 2024/11/23
- [bug#74497] [PATCH 25/46] gnu: python-astrodendro: Fix indentation., Sharlatan Hellseher, 2024/11/23
- [bug#74497] [PATCH 20/46] gnu: Add python-puremagic., Sharlatan Hellseher, 2024/11/23
- [bug#74497] [PATCH 35/46] gnu: python-roman-datamodels: Update to 0.22.0., Sharlatan Hellseher, 2024/11/23
- [bug#74497] [PATCH 33/46] gnu: python-regularizepsf: Update to 1.0.2., Sharlatan Hellseher, 2024/11/23
- [bug#74497] [PATCH 37/46] gnu: python-sncosmo: Update to 2.11.2., Sharlatan Hellseher, 2024/11/23
- [bug#74497] [PATCH 46/46] gnu: python-gatspy: Adjust inputs., Sharlatan Hellseher, 2024/11/23
- [bug#74497] [PATCH 43/46] gnu: python-synphot: Update to 1.5.0., Sharlatan Hellseher, 2024/11/23
- [bug#74497] [PATCH 42/46] gnu: python-stsynphot: Update to 1.4.0., Sharlatan Hellseher, 2024/11/23
- [bug#74497] [PATCH 38/46] gnu: python-specutils: Update to 1.19.0., Sharlatan Hellseher, 2024/11/23
- [bug#74497] [PATCH 45/46] gnu: python-yt-astro-analysis: Adjust inputs.,
Sharlatan Hellseher <=
- [bug#74497] [PATCH 39/46] gnu: python-statmorph: Update to 0.6.0., Sharlatan Hellseher, 2024/11/23
- [bug#74497] [PATCH 40/46] gnu: python-stcal: Update to 1.10.0., Sharlatan Hellseher, 2024/11/23
- [bug#74497] [PATCH 30/46] gnu: python-pyerfa: Update to 2.0.1.5., Sharlatan Hellseher, 2024/11/23
- [bug#74497] [PATCH 41/46] gnu: python-stdatamodels: Update to 2.1.2., Sharlatan Hellseher, 2024/11/23
- [bug#74497] [PATCH 44/46] gnu: python-yt: Update to 4.4.0., Sharlatan Hellseher, 2024/11/23
- [bug#74497] [PATCH 34/46] gnu: python-reproject: Update to 0.14.1., Sharlatan Hellseher, 2024/11/23
- [bug#74497] [PATCH 00/46] Astro update 2024/11., Andreas Enge, 2024/11/24
- [bug#74497] [PATCH 00/46] Astro update 2024/11., Sharlatan Hellseher, 2024/11/27
- bug#74497: [PATCH 00/46] Astro update 2024/11., Sharlatan Hellseher, 2024/11/30