summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicolas Graves <ngraves@ngraves.fr>2026-01-27 16:03:48 +0100
committerAndreas Enge <andreas@enge.fr>2026-02-07 12:28:46 +0100
commitf2ffaa347ea1f839c7a0603bbf9a573af19c70b5 (patch)
treed318b0303e678bccc8927d552b18338d17af70db
parent348032e6272e1c453e86490594c0d0f24bac4109 (diff)
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 <sharlatanus@gmail.com>
-rw-r--r--gnu/packages/django.scm11
1 files changed, 1 insertions, 10 deletions
diff --git a/gnu/packages/django.scm b/gnu/packages/django.scm
index 711fb3d6174..54c4681d576 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