GNU bug report logs - #70858
[PATCH 00/32] python-team: Remove native inputs

Previous Next

Package: guix-patches;

Reported by: Nicolas Graves <ngraves <at> ngraves.fr>

Date: Fri, 10 May 2024 07:50:01 UTC

Severity: normal

Tags: patch

Full log


View this message in rfc822 format

From: Nicolas Graves <ngraves <at> ngraves.fr>
To: 70858 <at> debbugs.gnu.org
Cc: ngraves <at> ngraves.fr
Subject: [bug#70858] [PATCH 09/32] gnu: python-aiosqlite: Remove python-coverage native-input.
Date: Fri, 10 May 2024 09:55:13 +0200
* gnu/packages/databases.scm (python-aiosqlite):
  [arguments]<#:phases>: Adapt check phase.
  [native-inputs]: Remove python-coverage.

Change-Id: I165d174426022f0603223e3def91ffe280f15899
---
 gnu/packages/databases.scm | 5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)

diff --git a/gnu/packages/databases.scm b/gnu/packages/databases.scm
index 96b2c2a0437..f9202639c53 100644
--- a/gnu/packages/databases.scm
+++ b/gnu/packages/databases.scm
@@ -3935,11 +3935,8 @@ (define-public python-aiosqlite
                         (replace 'check
                           (lambda* (#:key tests? #:allow-other-keys)
                             (when tests?
-                              (invoke "python" "-m" "coverage" "run" "-m"
-                                      "aiosqlite.tests")
-                              (invoke "python" "-m" "coverage" "report")))))))
+                              (invoke "python" "-m" "aiosqlite.tests")))))))
     (native-inputs (list python-flit-core
-                         python-coverage
                          python-mypy))
     (home-page "https://github.com/jreese/aiosqlite")
     (synopsis
-- 
2.41.0





This bug report was last modified 67 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.