me
/
guix
Archived
1
0
Fork 0

gnu: python-whoosh: Skip test suite.

* gnu/packages/python-xyz.scm (python-whoosh)[arguments]: Disable the
test suite.
master
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
1 changed files with 1 additions and 0 deletions

View File

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