Exclude core.cache from bb deps
This commit is contained in:
parent
38080aff92
commit
4288ceae56
1 changed files with 1 additions and 2 deletions
3
bb.edn
3
bb.edn
|
|
@ -3,7 +3,6 @@
|
|||
{test
|
||||
{:extra-paths ["test"]
|
||||
:extra-deps {io.github.cognitect-labs/test-runner
|
||||
{:git/tag "v0.5.1" :git/sha "dfb30dd"}
|
||||
org.clojure/core.cache {:mvn/version "RELEASE"}}
|
||||
{:git/tag "v0.5.1" :git/sha "dfb30dd"}}
|
||||
:task (exec 'cognitect.test-runner.api/test)
|
||||
:exec-args {:patterns ["^(?!honey.cache).*-test$"]}}}}
|
||||
|
|
|
|||
Loading…
Reference in a new issue