Exclude core.cache from bb deps

This commit is contained in:
Michiel Borkent 2024-10-29 17:10:54 +01:00
parent 38080aff92
commit 4288ceae56

3
bb.edn
View file

@ -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$"]}}}}