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

commit 3f8ebe483d31a9f95c2ace5cd84a8019acd530f0
Author: Nicolas Graves <[email protected]>
AuthorDate: Mon Mar 16 13:59:48 2026 +0100

    gnu: python-deal-solver: Drop phase 'fix-pytest-config.
    
    * gnu/packages/python-check.scm (python-deal-solver)[arguments]
    <#:phases>: Drop phase 'fix-pytest-config.
    
    Change-Id: Ie57206231cb72ab63523ed9482b92acaf9e6463d
    Signed-off-by: Sharlatan Hellseher <[email protected]>
---
 gnu/packages/python-check.scm | 8 +-------
 1 file changed, 1 insertion(+), 7 deletions(-)

diff --git a/gnu/packages/python-check.scm b/gnu/packages/python-check.scm
index 935e6fd84c..f13a6ce7da 100644
--- a/gnu/packages/python-check.scm
+++ b/gnu/packages/python-check.scm
@@ -985,13 +985,7 @@ much more.")
               ;; AssertionError: assert <Conclusion.SKIP: 'skipped'> is
               ;; <Conclusion.OK: 'proved!'>
               (string-append "--deselect=tests/test_types/test_set.py"
-                             "::test_expr_asserts_ok[len({4, 5, 5, 6}) >= 3]"))
-      #:phases
-      #~(modify-phases %standard-phases
-          (add-after 'unpack 'fix-pytest-config
-            (lambda _
-              (substitute* "pyproject.toml"
-                ((".*--cov.*") "")))))))
+                             "::test_expr_asserts_ok[len({4, 5, 5, 6}) >= 
3]"))))
     (native-inputs
      (list python-pytest
            python-pytest-xdist

Reply via email to