[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[nongnu] elpa/inf-clojure e555702f87 3/3: Add the missing assess dep for
From: |
ELPA Syncer |
Subject: |
[nongnu] elpa/inf-clojure e555702f87 3/3: Add the missing assess dep for the tests |
Date: |
Fri, 24 Mar 2023 06:36:11 -0400 (EDT) |
branch: elpa/inf-clojure
commit e555702f87ea2d20109c15766652b6f3d004976a
Author: Bozhidar Batsov <bozhidar@batsov.dev>
Commit: Bozhidar Batsov <bozhidar@batsov.dev>
Add the missing assess dep for the tests
---
Eldev | 3 +++
1 file changed, 3 insertions(+)
diff --git a/Eldev b/Eldev
index 8581b457bd..80ae7b1788 100644
--- a/Eldev
+++ b/Eldev
@@ -4,4 +4,7 @@
(eldev-use-package-archive 'nongnu)
(eldev-use-package-archive 'melpa-stable)
+;; the tests depend on the assess library
+(eldev-add-extra-dependencies 'test 'assess)
+
(eldev-use-plugin 'autoloads)