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

commit 884b30d4201ff63ff650801e4e6c9be063467b0a
Author: Nicolas Graves <[email protected]>
AuthorDate: Mon Mar 16 14:18:19 2026 +0100

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

diff --git a/gnu/packages/python-web.scm b/gnu/packages/python-web.scm
index 7c89be42e9..d6334a7e10 100644
--- a/gnu/packages/python-web.scm
+++ b/gnu/packages/python-web.scm
@@ -530,13 +530,7 @@ and JSON.
               "--ignore=tests/test_azure_specific.py"
               ;; TypeError: Retry.__init__() got an unexpected keyword
               ;; argument 'timeout'
-              "--deselect=tests/test_gs_specific.py::test_timeout_and_retry")
-      #:phases
-      #~(modify-phases %standard-phases
-          (add-after 'unpack 'fix-pytest-config
-            (lambda _
-              (substitute* "pyproject.toml"
-                (("addopts =.*") "")))))))
+              "--deselect=tests/test_gs_specific.py::test_timeout_and_retry")))
     (native-inputs
      (list ;; python-azure-identity
            python-dotenv

Reply via email to