gnu: python-pudb: Add python-numpy native-input.
This is an optional test dependency. * gnu/packages/python-xyz.scm (python-pudb)[native-inputs]: Add python-numpy. Signed-off-by: Christopher Baines <mail@cbaines.net>
This commit is contained in:
parent
bb67d7d99d
commit
eda5e9aaaf
1 changed files with 1 additions and 1 deletions
|
@ -29627,7 +29627,7 @@ development, testing, production]};
|
||||||
(lambda* (#:key tests? #:allow-other-keys)
|
(lambda* (#:key tests? #:allow-other-keys)
|
||||||
(when tests?
|
(when tests?
|
||||||
(invoke "pytest" "-vv")))))))
|
(invoke "pytest" "-vv")))))))
|
||||||
(native-inputs (list python-pytest python-pytest-mock))
|
(native-inputs (list python-pytest python-pytest-mock python-numpy))
|
||||||
(propagated-inputs (list python-jedi python-pygments python-urwid
|
(propagated-inputs (list python-jedi python-pygments python-urwid
|
||||||
python-urwid-readline))
|
python-urwid-readline))
|
||||||
(home-page "https://documen.tician.de/pudb/")
|
(home-page "https://documen.tician.de/pudb/")
|
||||||
|
|
Reference in a new issue