summaryrefslogtreecommitdiff
path: root/gnu/packages/python-check.scm
diff options
context:
space:
mode:
authorHugo Buddelmeijer <hugo@buddelmeijer.nl>2025-12-19 19:28:27 +0100
committerSharlatan Hellseher <sharlatanus@gmail.com>2025-12-27 17:24:45 +0000
commit00b57e2554bc7b5c6eb6cc6ba69c252be7a495c6 (patch)
treedb90aec6a692b74370623b3e7da17ca4ee5a5ac7 /gnu/packages/python-check.scm
parent679acc567586fcab48a92fee40921fa445248d4b (diff)
gnu: python-pytest-astropy: Switch to pyproject.
* gnu/packages/python-check.scm (python-pytest-astropy): [build-system]: Switch to pyproject-build-system. [native-inputs]: Add python-setuptools. Change-Id: I6363cc888c08bef6b679c05bdfca26af719f8c51 Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
Diffstat (limited to 'gnu/packages/python-check.scm')
-rw-r--r--gnu/packages/python-check.scm7
1 files changed, 5 insertions, 2 deletions
diff --git a/gnu/packages/python-check.scm b/gnu/packages/python-check.scm
index 6eaecaef703..45291317bdb 100644
--- a/gnu/packages/python-check.scm
+++ b/gnu/packages/python-check.scm
@@ -2258,10 +2258,13 @@ are too large to conveniently hard-code them in the tests.")
2258 (uri (pypi-uri "pytest-astropy" version)) 2258 (uri (pypi-uri "pytest-astropy" version))
2259 (sha256 2259 (sha256
2260 (base32 "1d9rcxnc57rjp96xag1gq725pwl11b3k5hdaz7c3w5lixncsmbjf")))) 2260 (base32 "1d9rcxnc57rjp96xag1gq725pwl11b3k5hdaz7c3w5lixncsmbjf"))))
2261 (build-system python-build-system) 2261 (build-system pyproject-build-system)
2262 (arguments (list #:tests? #f)) ; there are no tests 2262 (arguments (list #:tests? #f)) ; there are no tests
2263 (native-inputs 2263 (native-inputs
2264 (list python-attrs python-pytest-mock python-setuptools-scm)) 2264 (list python-attrs
2265 python-pytest-mock
2266 python-setuptools
2267 python-setuptools-scm))
2265 (propagated-inputs 2268 (propagated-inputs
2266 (list python-hypothesis 2269 (list python-hypothesis
2267 python-pytest-arraydiff 2270 python-pytest-arraydiff