gnu: python-asdf: Enable tests.

* gnu/packages/astronomy.scm (python-asdf)[arguments]: Remove #:tests, skip
failing tests in #:test-flags.

Signed-off-by: Vinicius Monego <monego@posteo.net>
This commit is contained in:
Sharlatan Hellseher 2023-05-24 22:51:54 +01:00 committed by Vinicius Monego
parent b9bf533f15
commit 3299b40b35
No known key found for this signature in database
GPG key ID: 637B0B138065B68A

View file

@ -2735,12 +2735,12 @@ (define-public python-asdf
(base32 "11s56797l5330kkhppkyz0bsvms016knmyswj4gx91zrxf8iqvv8")))) (base32 "11s56797l5330kkhppkyz0bsvms016knmyswj4gx91zrxf8iqvv8"))))
(build-system pyproject-build-system) (build-system pyproject-build-system)
(arguments (arguments
;; FIXME: Tests fail a lot with (list #:test-flags
;; #~(list "-k" (string-append
;; ERROR - _pytest.pathlib.ImportPathMismatchError: "not test_overwrite"
;; ('asdf.conftest', '/gnu/sto... " and not test_tagging_scalars"
;; " and not test_info_command"
`(#:tests? #f)) " and not test_array_inline_threshold_recursive"))))
(native-inputs (native-inputs
(list python-astropy (list python-astropy
python-fsspec python-fsspec