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:
Ricardo Wurmus 2021-12-07 13:06:37 +01:00
parent 899121f4d6
commit ad17046040
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -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