guix_mirror_bot pushed a commit to branch python-team
in repository guix.

commit 7de6c1047b7a9ad1cd2d11934f6cdb99b4edfb29
Author: Nicolas Graves <[email protected]>
AuthorDate: Sun Feb 8 12:54:22 2026 +0100

    gnu: python-frozenlist: Improve python-pytest-cov removal.
    
    * gnu/packages/python-web.scm (python-frozenlist):
    [arguments]<#:test-flags>: Override the problematic option instead of
    the whole file.
    
    Change-Id: I06226a457d4a6ad562335141e20fd15cc39a47b4
    Signed-off-by: Sharlatan Hellseher <[email protected]>
---
 gnu/packages/python-web.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/python-web.scm b/gnu/packages/python-web.scm
index 857314c9d9..b22a75389c 100644
--- a/gnu/packages/python-web.scm
+++ b/gnu/packages/python-web.scm
@@ -2019,8 +2019,8 @@ API rules.")
     ;; XXX: Without "wheel", the 'install phase can't find the wheel.
     (outputs (list "out" "wheel"))
     (build-system pyproject-build-system)
-    ;; The configuration contains explicit calls to pytest_cov.
-    (arguments (list #:test-flags #~(list "-c" "/dev/null")))
+    ;; The configuration contains explicit early calls to pytest_cov.
+    (arguments (list #:test-flags #~(list  "-o" "addopts=''")))
     (native-inputs
      (list python-cython
            python-expandvars

Reply via email to