Skip to content

Commit d1d5113

Browse files
committed
test: Inhibit vc install
1 parent 28919d2 commit d1d5113

File tree

1 file changed

+2
-1
lines changed
  • test/jest/install

1 file changed

+2
-1
lines changed

test/jest/install/Eask

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,8 @@
3232
(depends-on "mini.pkg.2" :file "./mini.pkg.2")
3333

3434
;; VC install
35-
(depends-on "msgu" :vc "https://github.com/jcs-elpa/msgu")
35+
(when (version<= "29.1" emacs-version)
36+
(depends-on "msgu" :vc "https://github.com/jcs-elpa/msgu"))
3637

3738
;; Recipe install
3839
(depends-on "watch-cursor"

0 commit comments

Comments
 (0)