[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#63542] [PATCH 18/19] gnu: python-asdf: Update to 2.15.0.
From: |
Vinicius Monego |
Subject: |
[bug#63542] [PATCH 18/19] gnu: python-asdf: Update to 2.15.0. |
Date: |
Tue, 23 May 2023 22:21:44 +0000 |
Em qua, 2023-05-17 às 00:23 +0100, Sharlatan Hellseher escreveu:
> * gnu/packages/astronomy.scm (python-asdf): Update to 2.15.0.
> [arguments]: Use Gexps and enable the most of the tests.
> [native-inputs]: Add python-fsspec.
> ---
> gnu/packages/astronomy.scm | 18 ++++++++++--------
> 1 file changed, 10 insertions(+), 8 deletions(-)
>
> diff --git a/gnu/packages/astronomy.scm b/gnu/packages/astronomy.scm
> index ce8c313185..ed787665ea 100644
> --- a/gnu/packages/astronomy.scm
> +++ b/gnu/packages/astronomy.scm
> @@ -2747,23 +2747,25 @@ (define-public python-suntime
> (define-public python-asdf
> (package
> (name "python-asdf")
> - (version "2.13.0")
> + (version "2.15.0")
> (source
> (origin
> (method url-fetch)
> (uri (pypi-uri "asdf" version))
> (sha256
> - (base32
> "1zixzv4n2fryaszsfchqh2nvp0gzvarhz03fc721yw6iafdadqij"))))
> + (base32
> "11s56797l5330kkhppkyz0bsvms016knmyswj4gx91zrxf8iqvv8"))))
> (build-system pyproject-build-system)
> (arguments
> - ;; FIXME: Tests fail a lot with
> - ;;
> - ;; ERROR - _pytest.pathlib.ImportPathMismatchError:
> - ;; ('asdf.conftest', '/gnu/sto...
> - ;;
> - `(#:tests? #f))
> + (list
> + #:test-flags
> + #~(list "-k" (string-append
> + "not test_overwrite"
> + " and not test_tagging_scalars"
> + " and not test_info_command"
> + " and not
> test_array_inline_threshold_recursive"))))
Usually, updating and enabling tests are done in separate commits.
Vinicius
- [bug#63542] [PATCH 08/19] gnu: python-reproject: Update to 0.10.0., (continued)
- [bug#63542] [PATCH 08/19] gnu: python-reproject: Update to 0.10.0., Sharlatan Hellseher, 2023/05/16
- [bug#63542] [PATCH 05/19] gnu: python-spherical-geometry: Add update note., Sharlatan Hellseher, 2023/05/16
- [bug#63542] [PATCH 07/19] gnu: python-ccdproc: Enable tests., Sharlatan Hellseher, 2023/05/16
- [bug#63542] [PATCH 09/19] gnu: python-pyvo: Update to 1.4.1., Sharlatan Hellseher, 2023/05/16
- [bug#63542] [PATCH 19/19] gnu: python-asdf-coordinates-schemas: Update to 0.2.0., Sharlatan Hellseher, 2023/05/16
- [bug#63542] [PATCH 10/19] gnu: python-fitsio: Use Gexp., Sharlatan Hellseher, 2023/05/16
- [bug#63542] [PATCH 11/19] gnu: python-astropy-healpix: Use Gexp., Sharlatan Hellseher, 2023/05/16
- [bug#63542] [PATCH 15/19] gnu: python-poppy: Update to 1.1.1., Sharlatan Hellseher, 2023/05/16
- [bug#63542] [PATCH 17/19] gnu: python-ephem: Update to 4.1.4., Sharlatan Hellseher, 2023/05/16
- [bug#63542] [PATCH 18/19] gnu: python-asdf: Update to 2.15.0., Sharlatan Hellseher, 2023/05/16
- [bug#63542] [PATCH 18/19] gnu: python-asdf: Update to 2.15.0.,
Vinicius Monego <=
- [bug#63542] [PATCH 12/19] gnu: python-astroquery: Use Gexp., Sharlatan Hellseher, 2023/05/16
- [bug#63542] [PATCH 13/19] gnu: python-pynbody: Update to 1.3.1, simplify., Sharlatan Hellseher, 2023/05/16
- [bug#63542] [PATCH 16/19] gnu: python-photutils: Update to 1.7.0., Sharlatan Hellseher, 2023/05/16
- [bug#63542] [PATCH 14/19] gnu: python-astral: Update to 3.2., Sharlatan Hellseher, 2023/05/16
- [bug#63542], Sharlatan Hellseher, 2023/05/23
- [bug#63542] [PATCH v2 00/20]: Cover review points., Sharlatan Hellseher, 2023/05/24