From f317fab2a863d86d354cad15bdb79dc08f4ed097 Mon Sep 17 00:00:00 2001 From: Jaremy Creechley Date: Wed, 6 Sep 2023 16:22:44 -0700 Subject: [PATCH] try pinning unittest2 --- datastore.nimble | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/datastore.nimble b/datastore.nimble index a4f7199..7a41584 100644 --- a/datastore.nimble +++ b/datastore.nimble @@ -7,7 +7,7 @@ description = "Simple, unified API for multiple data stores" license = "Apache License 2.0 or MIT" requires "nim >= 1.6.14", - "asynctest >= 0.3.1 & < 0.4.0", + "asynctest#a236a5f0f3031573ac2cb082b63dbf6e170e06e7", "chronos#0277b65be2c7a365ac13df002fba6e172be55537", "questionable >= 0.10.3 & < 0.11.0", "sqlite3_abi",