fix: don't depend on sb-cover

This commit is contained in:
Edward Langley
2022-10-08 13:29:44 -07:00
parent 65f7fc58f6
commit 964a3d6d2d

View File

@ -9,6 +9,7 @@
:license "Apache v2"
:depends-on (:cl-ppcre
:alexandria
#+(or)
(:require :sb-cover))
:serial t
:in-order-to ((test-op (test-op :data-lens/test)))