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

commit 6fb80e302d4a27cf5b827d6c8183f20593161326
Author: Nicolas Graves <[email protected]>
AuthorDate: Thu Feb 12 09:41:22 2026 +0100

    gnu: python-pandas-flavor: Improve python-pytest-cov removal.
    
    * gnu/packages/python-science.scm (python-pandas-flavor)[arguments]:
    Drop them.
    
    Change-Id: I3c83750eeb95b755c6160fc10b0d34cb8fd9a465
    Signed-off-by: Sharlatan Hellseher <[email protected]>
---
 gnu/packages/python-science.scm | 8 --------
 1 file changed, 8 deletions(-)

diff --git a/gnu/packages/python-science.scm b/gnu/packages/python-science.scm
index aeea91b8f6..56fab4a881 100644
--- a/gnu/packages/python-science.scm
+++ b/gnu/packages/python-science.scm
@@ -5195,14 +5195,6 @@ SCS (Splitting conic solver) library.")
         (base32
          "0rn3pnracv8013j3f737qal3isf1brbc3mpxqhr03vik322sapr5"))))
     (build-system pyproject-build-system)
-    (arguments
-     (list
-      #:phases
-      #~(modify-phases %standard-phases
-          (add-after 'unpack 'fix-pytest-config
-            (lambda _
-              (substitute* "pyproject.toml"
-                (("addopts = .*") "")))))))
     (native-inputs
      (list python-pytest
            python-setuptools

Reply via email to