diff --git a/gnu/packages/astronomy.scm b/gnu/packages/astronomy.scm index 96a5bd4004..7623b72fb4 100644 --- a/gnu/packages/astronomy.scm +++ b/gnu/packages/astronomy.scm @@ -740,18 +740,18 @@ (define-public python-aplpy (define-public python-asdf (package (name "python-asdf") - (version "3.2.0") + (version "3.3.0") (source (origin (method url-fetch) (uri (pypi-uri "asdf" version)) (sha256 - (base32 "1wj556g15gwp6ir5hg083l15sifdsf23giqkx0jbn4lgdwjffbgr")))) + (base32 "0pwy8p3idz40a1z07d0lvvd0mwwya8g52wrp72frgpagjkvj3ska")))) (build-system pyproject-build-system) (arguments (list #:test-flags - #~(list "-n" "auto" "-p" "no:legacypath") + #~(list "-p" "no:legacypath") #:phases #~(modify-phases %standard-phases (add-after 'unpack 'patch-pypojrect-toml @@ -767,7 +767,9 @@ (define-public python-asdf (list python-fsspec python-packaging python-psutil - python-pytest + ;; 3.3.0+ requries newer version of pytest, see + ;; . + python-pytest-8 python-pytest-doctestplus python-pytest-remotedata python-pytest-xdist