From a92e26359bd07743ab105819ed0b619e27e14017 Mon Sep 17 00:00:00 2001 From: Brendan Tildesley Date: Sat, 27 Apr 2019 03:30:53 +1000 Subject: [PATCH] Disable test_sqlite. --- src/calibre/test_build.py | 6 ------ 1 file changed, 6 deletions(-) diff --git a/src/calibre/test_build.py b/src/calibre/test_build.py index 07bdffd3e5..740588c95b 100644 --- a/src/calibre/test_build.py +++ b/src/calibre/test_build.py @@ -162,12 +162,6 @@ class BuildTest(unittest.TestCase): au(x, 'strftime') self.assertEqual(unicode_type(time.strftime(fmt.replace('%e', '%#d'), t)), x) - def test_sqlite(self): - import sqlite3 - conn = sqlite3.connect(':memory:') - from calibre.library.sqlite import load_c_extensions - self.assertTrue(load_c_extensions(conn, True), 'Failed to load sqlite extension') - def test_apsw(self): import apsw conn = apsw.Connection(':memory:') -- 2.21.0 td class='sub right'>
aboutsummaryrefslogtreecommitdiff
path: root/gnu/system/examples/desktop.tmpl
AgeCommit message (Expand)Author
2024-04-18system: Remove nss-certs from OS templates, adjust doc....This is a follow-up to commit 86afaadb51 ("system: Add 'nss-certs' to %base-packages-networking.") * doc/guix-cookbook.texi (Running Guix on a Linode Server): Remove nss-certs from operating system's packages field. (Running Guix on a Kimsufi Server): Likewise. * doc/guix.texi (Using the Configuration System): Likewise. (X.509 Certificates): Adjust to mention nss-certs *is* part of %base-packages. * gnu/installer/services.scm (%system-services): Remove recommendation to install nss-certs. * gnu/system/examples/bare-bones.tmpl (host-name): Remove obsolete comments. * gnu/system/examples/desktop.tmpl (packages): Remove nss-certs. * gnu/system/examples/lightweight-desktop.tmpl (packages): Likewise. * gnu/system/examples/plasma.tmpl (packages): Likewise. * gnu/system/examples/raspberry-pi-64-nfs-root.tmpl (packages): Likewise. * gnu/system/examples/raspberry-pi-64.tmpl (packages): Likewise. * gnu/system/examples/vm-image.tmpl (packages): Likewise. * gnu/system/images/orangepi-r1-plus-lts-rk3328.scm (packages): Likewise. * gnu/system/images/pine64.scm (packages): Likewise. * gnu/system/install.scm (installation-os) [packages]: Likewise. Change-Id: If09123a69b987178bcb0aab61c4570c14fc1286f Maxim Cournoyer