Hello!
swedebugia <swedebugia@riseup.net> skribis:
Toggle quote (6 lines)
>>From 537b2b111a464956bdec640ea5f84c4598ea66f9 Mon Sep 17 00:00:00 2001> From: swedebugia <swedebugia@riseup.net>> Date: Mon, 19 Nov 2018 21:37:46 +0100> Subject: [PATCH] gnu: Add python-warcio.>> * gnu/packages/python.scm: New variable. ^Nitpick: You forgot the variable name here. :-)
Toggle quote (4 lines)
> + (arguments> + ;; FIXME: Some tests require network access. 150 out of 1354 fail> + '(#:tests? #f))
Could you investigate a bit further? What do the test logs show?
It would be good to see if these tests can be easily fixed, if theyshould definitely be skipped (for instance because they rely on someexternal service), or if it’s something else.
Toggle quote (4 lines)
> + (home-page "https://github.com/webrecorder/warcio")> + (synopsis "Streaming web archival archive (WARC) library")> + (description> + "warcio is designed for fast, low-level access to web archival ^^What about: “warcio is a Python library to read and write the WARC formatcommonly used in Web archives. It is designed for…”?
Thank you,Ludo’.