From 59f611f0fc2fb6ee0ade065b0d651246c6656020 Mon Sep 17 00:00:00 2001 From: Ivan Yonchovski Date: Wed, 29 Jun 2022 17:22:57 +0300 Subject: [PATCH] Use unittest2 directly (#291) --- chronos.nimble | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chronos.nimble b/chronos.nimble index 4a71ae2..7362438 100644 --- a/chronos.nimble +++ b/chronos.nimble @@ -11,7 +11,7 @@ requires "nim > 1.2.0", "stew", "bearssl", "httputils", - "https://github.com/status-im/nim-unittest2.git#head" + "unittest2" var commandStart = "nim c -r --hints:off --verbosity:0 --skipParentCfg:on --warning[ObservableStores]:off --styleCheck:usages --styleCheck:error"