gnu: python-uncertainties: Enable tests.

* gnu/packages/python-xyz.scm (python-uncertainties)[arguments]: Remove
'#:tests? false'.
[native-inputs]: Add python-pytest.
[propagated-inputs]: Add python-numpy.

Change-Id: I1b9a923a405c1dc1b11ef1ca17d2974cf9c8317b
This commit is contained in:
Vinicius Monego 2025-06-28 23:53:51 -03:00
parent 9d8f0a6b65
commit 7aae3e3b8a
No known key found for this signature in database
GPG key ID: 637B0B138065B68A

View file

@ -20573,11 +20573,9 @@ manipulation library.")
(base32
"0c9hl35jvld1a1vinh9mdcpfgz4ykqinlm1dj917lqbgd0z6b9bn"))))
(build-system pyproject-build-system)
;; While there are test files, there is no "tests" directory, so the tests
;; fail.
(arguments '(#:tests? #false))
(native-inputs
(list python-setuptools python-setuptools-scm python-wheel))
(list python-pytest python-setuptools python-setuptools-scm python-wheel))
(propagated-inputs (list python-numpy))
(home-page "https://uncertainties.readthedocs.io/en/latest/")
(synopsis "Calculations with uncertainties")
(description