guix-patches
[Top][All Lists]
Advanced

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

[bug#70739] [PATCH 094/714] gnu: python-pytest-randomly: Remove python-c


From: Nicolas Graves
Subject: [bug#70739] [PATCH 094/714] gnu: python-pytest-randomly: Remove python-coverage native-input.
Date: Fri, 3 May 2024 18:56:33 +0200

* gnu/packages/check.scm (python-pytest-randomly):
  [native-inputs]: Remove python-coverage.

Change-Id: I652fb11a3608e047b565bc3d4458a3efb9c4709d
---
 gnu/packages/check.scm | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/gnu/packages/check.scm b/gnu/packages/check.scm
index 64076a4547..2f9533cf09 100644
--- a/gnu/packages/check.scm
+++ b/gnu/packages/check.scm
@@ -1602,8 +1602,7 @@ (define-public python-pytest-randomly
                          "not reordered "
                          "and not test_it_runs_before_stepwise "
                          "and not test_entrypoint_injection"))))))))
-    (native-inputs (list python-coverage
-                         python-factory-boy
+    (native-inputs (list python-factory-boy
                          python-faker
                          python-numpy
                          python-pytest-xdist))
-- 
2.41.0






reply via email to

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