diff options
| author | Sharlatan Hellseher <sharlatanus@gmail.com> | 2025-12-15 09:43:27 +0000 |
|---|---|---|
| committer | Rutherther <rutherther@ditigal.xyz> | 2026-01-25 21:19:22 +0100 |
| commit | fbbec15aac13d746b9f08002c419027de423fe6c (patch) | |
| tree | 6fe6a867da81d3f9b2a9064878d077b46bc1f5be /gnu | |
| parent | 1c4775c27c916bc7134d16c5b9b853e4bf7e2d46 (diff) | |
gnu: python-specutils: Remove relax-requirements phase.
* gnu/packages/astronomy.scm (python-specutils)[arguments] <test-flags>:
Skip just one test.
<phases>: Remove 'relax-requirements.
Change-Id: Iad7352e3b69a2d71d125cf56f2d93d843778fb40
Signed-off-by: Rutherther <rutherther@ditigal.xyz>
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/packages/astronomy.scm | 23 |
1 files changed, 5 insertions, 18 deletions
diff --git a/gnu/packages/astronomy.scm b/gnu/packages/astronomy.scm index a5da717ec63..8b5d17a4996 100644 --- a/gnu/packages/astronomy.scm +++ b/gnu/packages/astronomy.scm @@ -9228,27 +9228,14 @@ of axis order, spatial projections, and spectral units that exist in the wild. (build-system pyproject-build-system) (arguments (list - ;; 571 passed, 130 skipped, 2 deselected, 3 xfailed + ;; 572 passed, 131 skipped, 3 xfailed #:test-flags - #~(list "-k" (string-join - (list - ;; Disabling test requiring access to download - ;; <https://datacenter.iers.org/data/9/finals2000A.all>. - ;; XXX: Check if test data may be packed as standalone - ;; package. - "not test_create_spectral_axis" - ;; ValueError: Expected the following order of world - ;; arguments: SpectralCoord - "test_wcs_transformations") - " and not ")) + ;; Disabling test requiring access to download + ;; <https://datacenter.iers.org/data/9/finals2000A.all>. + ;; XXX: Check if test data may be packed as standalone package. + #~(list "-k" "not test_create_spectral_axis") #:phases #~(modify-phases %standard-phases - (add-after 'unpack 'relax-requirements - (lambda _ - (substitute* "setup.cfg" - ;; scipy>=1.14.1; all tests passed, it will remove after - ;; python-team is merged. - ((">=1.14") ">=1.12.0")))) (add-before 'check 'set-home-env (lambda _ ;; Tests require HOME to be set. |
