From 33b5313d6d00f41445143e0368cb1da86c2868ab Mon Sep 17 00:00:00 2001 From: Nicolas Graves Date: Tue, 27 Jan 2026 16:04:58 +0100 Subject: 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 --- gnu/packages/python-web.scm | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) (limited to 'gnu/packages/python-web.scm') diff --git a/gnu/packages/python-web.scm b/gnu/packages/python-web.scm index df0f454ad7b..6a112ad1d49 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)) -- cgit v1.3