guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

12/15: gnu: python-dask: Add missing input for tests.


From: guix-commits
Subject: 12/15: gnu: python-dask: Add missing input for tests.
Date: Tue, 7 Dec 2021 07:18:31 -0500 (EST)

rekado pushed a commit to branch core-updates-frozen
in repository guix.

commit ad1704604000d8932896238e3d8053836041c06b
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Tue Dec 7 13:06:37 2021 +0100

    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 4345077..8aee335 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]