weavejester / integrant

Micro-framework for data-driven architecture

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Tests don't run with 1.11 due to clojure.test/run-test already being defined

borkdude opened this issue · comments

When upgrading to 1.11, the tests don't run anymore due to the addition of clojure.test/run-test:

 $ lein test
Syntax error (IllegalStateException) compiling def at (integrant/core_test.cljc:489:1).
run-test already refers to: #'clojure.test/run-test in namespace: integrant.core-test

I ran into this when adding run-test to babashka's clojure.test and running these tests in CI with babashka. Thought you might want to know.

Fixed by d169acf