branch: elpa/with-simulated-input
commit ff6bf569b1b032d0ab7bae54fa725c2e723c2999
Author: Ryan C. Thompson <[email protected]>
Commit: Ryan C. Thompson <[email protected]>

    Remove redundant buttercup dependency
    
    This is now handled internally by Eldev by setting the test framework.
---
 Eldev | 1 -
 1 file changed, 1 deletion(-)

diff --git a/Eldev b/Eldev
index 14a26f4993..4967272da3 100644
--- a/Eldev
+++ b/Eldev
@@ -9,7 +9,6 @@
 (setq eldev-test-framework 'buttercup)
 
 (eldev-add-extra-dependencies '(test emacs) 'undercover)
-(eldev-add-extra-dependencies 'emacs 'buttercup)
 
 ;; Tell checkdoc not to demand two spaces after a period.
 (setq sentence-end-double-space nil)

Reply via email to