mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-08 20:31:01 +01:00
gnu: python-dask: Add missing input for tests.
* gnu/packages/python-xyz.scm (python-dask)[native-inputs]: Add python-pytest-rerunfailures.
This commit is contained in:
parent
899121f4d6
commit
ad17046040
1 changed files with 2 additions and 1 deletions
|
@ -22776,7 +22776,8 @@ decisions with any given backend.")
|
|||
("python-pyyaml" ,python-pyyaml)))
|
||||
(native-inputs
|
||||
`(("python-pytest" ,python-pytest)
|
||||
("python-pytest-runner" ,python-pytest-runner)))
|
||||
("python-pytest-runner" ,python-pytest-runner)
|
||||
("python-pytest-rerunfailures" ,python-pytest-rerunfailures)))
|
||||
(home-page "https://github.com/dask/dask/")
|
||||
(synopsis "Parallel computing with task scheduling")
|
||||
(description
|
||||
|
|
Loading…
Add table
Reference in a new issue