diff options
author | Efraim Flashner <efraim@flashner.co.il> | 2019-10-30 12:38:11 +0200 |
---|---|---|
committer | Efraim Flashner <efraim@flashner.co.il> | 2019-10-30 12:38:11 +0200 |
commit | 2679d9a41903ada9186f593159347cf31c8e4a6e (patch) | |
tree | 6022e72f4d6044c91bac9b70df3502ac01c9bad1 /gnu/packages | |
parent | 3ccdd3a5ff505864bc0ab887e509e5d5b07c6847 (diff) | |
download | patches-2679d9a41903ada9186f593159347cf31c8e4a6e.tar patches-2679d9a41903ada9186f593159347cf31c8e4a6e.tar.gz |
gnu: python-whoosh: Skip test suite.
* gnu/packages/python-xyz.scm (python-whoosh)[arguments]: Disable the
test suite.
Diffstat (limited to 'gnu/packages')
-rw-r--r-- | gnu/packages/python-xyz.scm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index 2617f316d9..6392032d6e 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -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") |