In my efforts to fix all Calibre tests, this test would always complain about backports.functools_lru_cache not existing even after I packaged and added python2-soupsieve as an input and confirmed it was in the PYTHONPATH. Currently Calibre does not actually use it for anything other than testing it's there, so I assume they will start using it in future Calibre versions. From 2738dd42caebe55326c76922a12ba8740bdb22e7 Mon Sep 17 00:00:00 2001 From: Brendan Tildesley Date: Sat, 27 Apr 2019 00:42:39 +1000 Subject: [PATCH] Remove test_bs4 --- src/calibre/test_build.py | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/calibre/test_build.py b/src/calibre/test_build.py index 73f1172e8c..07bdffd3e5 100644 --- a/src/calibre/test_build.py +++ b/src/calibre/test_build.py @@ -73,10 +73,6 @@ class BuildTest(unittest.TestCase): from html5_parser import parse parse('

xxx') - def test_bs4(self): - import soupsieve, bs4 - del soupsieve, bs4 - def test_zeroconf(self): if ispy3: import zeroconf as z, ifaddr -- 2.21.0 ogtreecommitdiff

path: root/etc/gnu-store.mount.in
0a4e6c4e5c51a30'>gnu: ebook: Add 'bash' input for 'wrap-program'....It is required for cross-compilation. * gnu/packages/ebook.scm (calibre)[inputs]: Add 'bash-minimal'. Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com> Modified-by: Maxim Cournoyer <maxim.cournoyer@gmail.com> Change-Id: I6f063c0d735237da24828ff5561825de7142c807
AgeCommit message (Collapse)Author
2020-05-17etc: Add a systemd unit to bind-mount @storedir@ read-only.Tobias Geerinckx-Rice
* etc/gnu-store.mount.in: New file. * nix/local.mk (nodist_systemdservice_DATA): Add it. (etc/%.mount): New rule for it. * etc/guix-install.sh (sys_enable_guix_daemon): Install it. * doc/guix.texi (Binary Installation): Document it. * .gitignore: Ignore changes to it.
Maxime Devos
2024-08-10gnu: python-ebooklib: Add back python-six....* gnu/packages/ebook.scm (python-ebooklib) [propagated-inputs]: Add back python-six. Change-Id: I9ada310bce92866b2e855db93267a84324f2c83a jgart
2024-08-10gnu: python-ebooklib: Update to 0.18....* gnu/packages/ebook.scm (python-ebooklib): Update to 0.18. [build-system]: Use pyproject-build-system. [arguments]: Explicitly disable test phase. [propagated-inputs]: Remove python-six. Change-Id: I9ada310bce92866b2e855db93267a84324f2c83a jgart