From f2ffaa347ea1f839c7a0603bbf9a573af19c70b5 Mon Sep 17 00:00:00 2001 From: Nicolas Graves Date: Tue, 27 Jan 2026 16:03:48 +0100 Subject: 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 --- gnu/packages/django.scm | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) (limited to 'gnu') 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 -- cgit v1.3