mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: python-cysignals: Enable tests.
* gnu/packages/python-xyz.scm (python-cysignals)[arguments]: Remove '#:tests? #f'. [native-inputs]: Add python-pytest. Change-Id: Ic56d0f2ad008ccd7986c3538f2c7d84b6f8cd953
This commit is contained in:
parent
b979aab194
commit
c13b49f27c
1 changed files with 1 additions and 5 deletions
|
@ -22080,14 +22080,10 @@ to support both Python 2 and Python 3 with minimal overhead.")
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "1syixz6xlmy1pjcr03ij7hcvaklgjy4mmwggssrmmnr9pxnn5xw9"))))
|
(base32 "1syixz6xlmy1pjcr03ij7hcvaklgjy4mmwggssrmmnr9pxnn5xw9"))))
|
||||||
(build-system pyproject-build-system)
|
(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
|
(native-inputs (list meson-python
|
||||||
pkg-config
|
pkg-config
|
||||||
python-cython-3
|
python-cython-3
|
||||||
|
python-pytest
|
||||||
python-sphinx))
|
python-sphinx))
|
||||||
(home-page "https://github.com/sagemath/cysignals")
|
(home-page "https://github.com/sagemath/cysignals")
|
||||||
(synopsis "Handling of interrupts and signals for Cython")
|
(synopsis "Handling of interrupts and signals for Cython")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue