summaryrefslogtreecommitdiff
path: root/gnu/packages
diff options
context:
space:
mode:
authorNicolas Graves <ngraves@ngraves.fr>2026-01-27 16:04:58 +0100
committerAndreas Enge <andreas@enge.fr>2026-02-07 12:28:46 +0100
commit33b5313d6d00f41445143e0368cb1da86c2868ab (patch)
tree8209a5120025c379c584ee3241f09bff70a1135f /gnu/packages
parentf2ffaa347ea1f839c7a0603bbf9a573af19c70b5 (diff)
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 <sharlatanus@gmail.com>
Diffstat (limited to 'gnu/packages')
-rw-r--r--gnu/packages/python-web.scm10
1 files changed, 1 insertions, 9 deletions
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))