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.
When upgrading to 1.11, the tests don't run anymore due to the addition of
clojure.test/run-test
:I ran into this when adding
run-test
to babashka'sclojure.test
and running these tests in CI with babashka. Thought you might want to know.