diff options
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/packages/django.scm | 11 |
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 |
