emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals/org 4de1e05 2/3: test-ob-sqlite.el: Don't load ob-sqlit


From: ELPA Syncer
Subject: [elpa] externals/org 4de1e05 2/3: test-ob-sqlite.el: Don't load ob-sqlite
Date: Tue, 16 Mar 2021 23:57:12 -0400 (EDT)

branch: externals/org
commit 4de1e053d1eb6dbad6b5c3fe9e57bb66cc37e69d
Author: Kyle Meyer <kyle@kyleam.com>
Commit: Kyle Meyer <kyle@kyleam.com>

    test-ob-sqlite.el: Don't load ob-sqlite
    
    * testing/lisp/test-ob-sqlite.el (ob-sqlite): Don't explicitly load
    ob-sqlite.
    
    ob-LANG tests check whether the corresponding ob- feature is
    available, signaling missing-test-dependency if it's not.  Which ob-
    libraries are loaded/tested can then controlled by the Makefile
    variable BTEST_OB_LANGUAGES.
    
    test-ob-sqlite.el, however, requires ob-sqlite before its featurep
    call, unconditionally loading ob-sqlite and breaking the above setup.
---
 testing/lisp/test-ob-sqlite.el | 1 -
 1 file changed, 1 deletion(-)

diff --git a/testing/lisp/test-ob-sqlite.el b/testing/lisp/test-ob-sqlite.el
index f6ffa6a..e330bd2 100644
--- a/testing/lisp/test-ob-sqlite.el
+++ b/testing/lisp/test-ob-sqlite.el
@@ -20,7 +20,6 @@
 
 ;;; Code:
 (org-test-for-executable "sqlite3")
-(require 'ob-sqlite)
 (unless (featurep 'ob-sqlite)
   (signal 'missing-test-dependency "Support for sqlite code blocks"))
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]