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

commit 7fd5ee92a1c860c3a5ea5224f36393d42a15513d
Author: Nicolas Graves <[email protected]>
AuthorDate: Tue Jan 27 16:04:58 2026 +0100

    gnu: python-python3-saml: Drop phase 'pre-check.
    
    * gnu/packages/python-web.scm (python-python3-saml)[arguments]
    <#:phases>: Drop phase 'pre-check.
    
    Change-Id: Ib1fc47e84ea2e8da5aa30205802c758d4de16ac3
    Signed-off-by: Sharlatan Hellseher <[email protected]>
---
 gnu/packages/python-web.scm | 10 +---------
 1 file changed, 1 insertion(+), 9 deletions(-)

diff --git a/gnu/packages/python-web.scm b/gnu/packages/python-web.scm
index df0f454ad7..6a112ad1d4 100644
--- a/gnu/packages/python-web.scm
+++ b/gnu/packages/python-web.scm
@@ -2815,15 +2815,7 @@ SRP} support.")
      (list
       ;; 214 tests pass, 50 fail; many fail because of required Internet
       ;; access or because of assumptions about the location of test files.
-      #:tests? #false
-      #:phases
-      #~(modify-phases %standard-phases
-          ;; FIXME: This should be fixed in python-xmlsec
-          (add-before 'check 'pre-check
-            (lambda* (#:key inputs #:allow-other-keys)
-              (let ((lib (search-input-file inputs
-                                            "lib/libxmlsec1-openssl.so")))
-                (setenv "LD_LIBRARY_PATH" (dirname lib))))))))
+      #:tests? #false))
     (native-inputs
      (list python-freezegun
            python-poetry-core))

Reply via email to