Skip to content

Commit b865d00

Browse files
committed
Make clojure-ts-mode dependency optional
Tests will fail when using Emacs versions less than 29 because clojure-ts-mode requires Emacs 29 to work properly. That could be why tests fail in CI. This probably won't help with the linting issue
1 parent e6c306f commit b865d00

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Eldev

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
(eldev-add-loading-roots 'test "test/utils")
1212
(eldev-add-extra-dependencies 'runtime '(:package logview :optional t))
13-
(eldev-add-extra-dependencies 'runtime '(:package clojure-ts-mode))
13+
(eldev-add-extra-dependencies 'runtime '(:package clojure-ts-mode :optional t))
1414

1515
(defvar cider-test-type 'main)
1616
(setf eldev-standard-excludes `(:or ,eldev-standard-excludes

0 commit comments

Comments
 (0)