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

commit 5a2257ccd60a735e396719de59c1942cbeaebfc1
Author: Nicolas Graves <[email protected]>
AuthorDate: Tue Jan 27 16:03:48 2026 +0100

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

diff --git a/gnu/packages/django.scm b/gnu/packages/django.scm
index 711fb3d617..54c4681d57 100644
--- a/gnu/packages/django.scm
+++ b/gnu/packages/django.scm
@@ -711,16 +711,7 @@ them do this.")
       ;; tests: 1812 passed, 9 warnings
       #:test-flags
       ;; XXX: KeyError: location
-      #~(list "--ignore=allauth/socialaccount/providers/openid/tests.py")
-      #:phases
-      #~(modify-phases %standard-phases
-          ;; FIXME: This should be fixed in python-xmlsec
-          ;; E   xmlsec.Error: (1, 'cannot load crypto library for 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))))))))
+      #~(list "--ignore=allauth/socialaccount/providers/openid/tests.py")))
     (propagated-inputs
      (list python-asgiref
            python-django

Reply via email to