gnu: python-whoosh: Skip test suite.
* gnu/packages/python-xyz.scm (python-whoosh)[arguments]: Disable the test suite.master
parent
3ccdd3a5ff
commit
2679d9a419
|
@ -9564,6 +9564,7 @@ useful for solving the Assignment Problem.")
|
|||
(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")
|
||||
|
|
Reference in New Issue