gnu: python-nltk: Disable the test suite.
The tests were silently skipped with Python 3.4. With Python 3.5, this caused the build of python-nltk to fail. * gnu/packages/python.scm (python-nltk, python2-nltk)[arguments]: Disable the tests.
This commit is contained in:
parent
2ddbfa8c06
commit
59f1298558
|
@ -10456,6 +10456,10 @@ binary or text.")
|
||||||
(base32
|
(base32
|
||||||
"0skxbhnymwlspjkzga0f7x1hg3y50fwpfghs8g8k7fh6f4nknlym"))))
|
"0skxbhnymwlspjkzga0f7x1hg3y50fwpfghs8g8k7fh6f4nknlym"))))
|
||||||
(build-system python-build-system)
|
(build-system python-build-system)
|
||||||
|
(arguments
|
||||||
|
'(;; The tests require some extra resources to be downloaded.
|
||||||
|
;; TODO Try packaging these resources.
|
||||||
|
#:tests? #f))
|
||||||
(home-page "http://nltk.org/")
|
(home-page "http://nltk.org/")
|
||||||
(synopsis "Natural Language Toolkit")
|
(synopsis "Natural Language Toolkit")
|
||||||
(description "It provides interfaces to over 50 corpora and lexical
|
(description "It provides interfaces to over 50 corpora and lexical
|
||||||
|
|
Loading…
Reference in New Issue