gnu: python-whoosh: Skip test suite.

* gnu/packages/python-xyz.scm (python-whoosh)[arguments]: Disable the
test suite.
This commit is contained in:
Efraim Flashner 2019-10-30 12:38:11 +02:00
parent 3ccdd3a5ff
commit 2679d9a419
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -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")