diff options
| author | Vinicius Monego <monego@posteo.net> | 2025-06-21 16:29:19 -0300 |
|---|---|---|
| committer | Vinicius Monego <monego@posteo.net> | 2025-06-21 23:27:33 -0300 |
| commit | c13b49f27ce4c03da5a024e8e1d501a5a0a3e55a (patch) | |
| tree | 295b13ce3c37f310c995ae4a25bab337e40e91a2 /gnu/packages/python-xyz.scm | |
| parent | b979aab194966814e208de581a69c6d12d2045f7 (diff) | |
gnu: python-cysignals: Enable tests.
* gnu/packages/python-xyz.scm (python-cysignals)[arguments]: Remove
'#:tests? #f'.
[native-inputs]: Add python-pytest.
Change-Id: Ic56d0f2ad008ccd7986c3538f2c7d84b6f8cd953
Diffstat (limited to 'gnu/packages/python-xyz.scm')
| -rw-r--r-- | gnu/packages/python-xyz.scm | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index 52bb605d3f..e2f3e4ee57 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -22080,14 +22080,10 @@ to support both Python 2 and Python 3 with minimal overhead.") (sha256 (base32 "1syixz6xlmy1pjcr03ij7hcvaklgjy4mmwggssrmmnr9pxnn5xw9")))) (build-system pyproject-build-system) - (arguments - `(;; FIXME: Tests are executed after installation and currently fail - ;; when not installing into standard locations; the author is working - ;; on a fix. - #:tests? #f)) (native-inputs (list meson-python pkg-config python-cython-3 + python-pytest python-sphinx)) (home-page "https://github.com/sagemath/cysignals") (synopsis "Handling of interrupts and signals for Cython") |
