[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#63542] [PATCH v2 20/20] gnu: python-asdf: Enable tests.
From: |
Sharlatan Hellseher |
Subject: |
[bug#63542] [PATCH v2 20/20] gnu: python-asdf: Enable tests. |
Date: |
Wed, 24 May 2023 22:51:54 +0100 |
* gnu/packages/astronomy.scm (python-asdf): Enable the most tests.
---
gnu/packages/astronomy.scm | 13 +++++++------
1 file changed, 7 insertions(+), 6 deletions(-)
diff --git a/gnu/packages/astronomy.scm b/gnu/packages/astronomy.scm
index e3ebaee8b4..67b5a601e3 100644
--- a/gnu/packages/astronomy.scm
+++ b/gnu/packages/astronomy.scm
@@ -2738,12 +2738,13 @@ (define-public python-asdf
(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"))))
(native-inputs
(list python-astropy
python-fsspec
--
2.39.2
- [bug#63542] [PATCH v2 14/20] gnu: python-astral: Update to 3.2., (continued)
- [bug#63542] [PATCH v2 14/20] gnu: python-astral: Update to 3.2., Sharlatan Hellseher, 2023/05/24
- [bug#63542] [PATCH v2 10/20] gnu: python-fitsio: Use Gexp., Sharlatan Hellseher, 2023/05/24
- [bug#63542] [PATCH v2 17/20] gnu: python-ephem: Update to 4.1.4., Sharlatan Hellseher, 2023/05/24
- [bug#63542] [PATCH v2 08/20] gnu: python-reproject: Update to 0.10.0., Sharlatan Hellseher, 2023/05/24
- [bug#63542] [PATCH v2 09/20] gnu: python-pyvo: Update to 1.4.1., Sharlatan Hellseher, 2023/05/24
- [bug#63542] [PATCH v2 11/20] gnu: python-astropy-healpix: Use Gexp., Sharlatan Hellseher, 2023/05/24
- [bug#63542] [PATCH v2 15/20] gnu: python-poppy: Update to 1.1.1., Sharlatan Hellseher, 2023/05/24
- [bug#63542] [PATCH v2 13/20] gnu: python-pynbody: Update to 1.3.1, simplify., Sharlatan Hellseher, 2023/05/24
- [bug#63542] [PATCH v2 16/20] gnu: python-photutils: Update to 1.7.0., Sharlatan Hellseher, 2023/05/24
- [bug#63542] [PATCH v2 18/20] gnu: python-asdf: Update to 2.15.0., Sharlatan Hellseher, 2023/05/24
- [bug#63542] [PATCH v2 20/20] gnu: python-asdf: Enable tests.,
Sharlatan Hellseher <=
- [bug#63542] [PATCH v2 19/20] gnu: python-asdf-coordinates-schemas: Update to 0.2.0., Sharlatan Hellseher, 2023/05/24
- bug#63542: [PATCH v2 00/20]: Cover review points., Vinicius Monego, 2023/05/25