mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 07:26:13 -05:00
gnu: python-scikit-fuzzy: Enable tests.
* gnu/packages/python-science.scm (python-scikit-fuzzy)[arguments]: Remove #:tests? #f and add #:test-flags. [native-inputs]: Remove python-nose. Add python-pytest. Change-Id: I317d6ad2fdede1a3a4737c45118932e2ddc5ce46
This commit is contained in:
parent
91b2192050
commit
7d50da20b0
1 changed files with 4 additions and 2 deletions
|
@ -471,9 +471,11 @@ (define-public python-scikit-fuzzy
|
|||
(sha256
|
||||
(base32 "0zsfyd8cpd2l82fwh3smxbwhb3bkqwlq17cbav53axma4c2k9r9f"))))
|
||||
(build-system pyproject-build-system)
|
||||
(arguments '(#:tests? #f)) ;XXX: not compatible with newer numpy.testing
|
||||
(arguments
|
||||
(list
|
||||
#:test-flags #~(list "--pyargs" "skfuzzy")))
|
||||
(native-inputs
|
||||
(list python-nose))
|
||||
(list python-pytest))
|
||||
(propagated-inputs
|
||||
(list python-networkx python-numpy python-scipy))
|
||||
(home-page "https://github.com/scikit-fuzzy/scikit-fuzzy")
|
||||
|
|
Loading…
Reference in a new issue