From ad1704604000d8932896238e3d8053836041c06b Mon Sep 17 00:00:00 2001 From: Ricardo Wurmus Date: Tue, 7 Dec 2021 13:06:37 +0100 Subject: gnu: python-dask: Add missing input for tests. * gnu/packages/python-xyz.scm (python-dask)[native-inputs]: Add python-pytest-rerunfailures. --- gnu/packages/python-xyz.scm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index 4345077e98..8aee3352aa 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -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 -- cgit v1.2.3