mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-23 02:36:40 +01:00
gnu: python-whoosh: Skip test suite.
* gnu/packages/python-xyz.scm (python-whoosh)[arguments]: Disable the test suite.
This commit is contained in:
parent
3ccdd3a5ff
commit
2679d9a419
1 changed files with 1 additions and 0 deletions
|
@ -9564,6 +9564,7 @@ (define-public python-whoosh
|
|||
(base32
|
||||
"10qsqdjpbc85fykc1vgcs8xwbgn4l2l52c8d83xf1q59pwyn79bw"))))
|
||||
(build-system python-build-system)
|
||||
(arguments '(#:tests? #f)) ; Test invocation is no longer supported by Python.
|
||||
(native-inputs
|
||||
`(("python-pytest" ,python-pytest)))
|
||||
(home-page "https://bitbucket.org/mchaput/whoosh")
|
||||
|
|
Loading…
Reference in a new issue