diff options
| author | Vinicius Monego <monego@posteo.net> | 2025-06-28 23:53:51 -0300 |
|---|---|---|
| committer | Vinicius Monego <monego@posteo.net> | 2025-06-29 00:04:44 -0300 |
| commit | 7aae3e3b8ac696f1b285ef75d28c94fa38972a06 (patch) | |
| tree | ff79807625704b5e612ec1b29eb153b1ee3fa639 /gnu/packages/python-xyz.scm | |
| parent | 9d8f0a6b658030cb8e74f6353cb838d126bb7d33 (diff) | |
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
Diffstat (limited to 'gnu/packages/python-xyz.scm')
| -rw-r--r-- | gnu/packages/python-xyz.scm | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index 966bbf72e0..bc7967b35f 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -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 |
