GNU bug report logs -
#33759
[PATCH] gnu: linkchecker: Fix build.
Previous Next
Reported by: Christopher Baines <mail <at> cbaines.net>
Date: Sat, 15 Dec 2018 12:18:01 UTC
Severity: normal
Tags: patch
Done: Christopher Baines <mail <at> cbaines.net>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
For some reason, the tests fail due to the lack of pytest. But when that's
added as an input, then some tests fail in other ways.
* gnu/packages/web.scm (linkchecker)[native-inputs]: Add python2-pytest.
[arguments]: Set #:tests? to #f.
---
gnu/packages/web.scm | 7 ++++++-
1 file changed, 6 insertions(+), 1 deletion(-)
diff --git a/gnu/packages/web.scm b/gnu/packages/web.scm
index 84bd795a8..607f8efe6 100644
--- a/gnu/packages/web.scm
+++ b/gnu/packages/web.scm
@@ -5814,8 +5814,13 @@ Instagram and YouTube.")
`(("python2-dnspython" ,python2-dnspython)
("python2-pyxdg" ,python2-pyxdg)
("python2-requests" ,python2-requests)))
+ (native-inputs
+ `(("python2-pytest" ,python2-pytest)))
(arguments
- `(#:python ,python-2))
+ `(#:python ,python-2
+ ;; TODO: Tests currently fail. Looks to be a mixture of trying to use
+ ;; /homeless-shelter and maybe the network.
+ #:tests? #f))
(home-page "https://linkcheck.github.io/linkchecker")
(synopsis "Check websites for broken links")
(description "LinkChecker is a website validator. It checks for broken
--
2.20.0
This bug report was last modified 5 years and 228 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.