summary refs log tree commit diff stats
path: root/testament
diff options
context:
space:
mode:
authorringabout <43030857+ringabout@users.noreply.github.com>2022-12-12 21:14:24 +0800
committerGitHub <noreply@github.com>2022-12-12 21:14:24 +0800
commit19923aa8b7bb93f687b71942b2ab3de39cba2f5a (patch)
tree2ea66456af6353a314fb7ae9debe11158594ea02 /testament
parent28bed059aadf808fe56eaf2b36274bdf6baec053 (diff)
downloadNim-19923aa8b7bb93f687b71942b2ab3de39cba2f5a.tar.gz
work around chronos (#21079)
* work around chronos

chronos has tests against the devel branch, it will be eventually fine.

* Apply suggestions from code review

* Update testament/important_packages.nim
Diffstat (limited to 'testament')
-rw-r--r--testament/important_packages.nim2
1 files changed, 1 insertions, 1 deletions
diff --git a/testament/important_packages.nim b/testament/important_packages.nim
index 75283edbc..d0c87919b 100644
--- a/testament/important_packages.nim
+++ b/testament/important_packages.nim
@@ -52,7 +52,7 @@ pkg "cascade"
 pkg "cello", url = "https://github.com/nim-lang/cello", useHead = true
 pkg "chroma"
 pkg "chronicles", "nimble install -y stew@#head; nim c -o:chr -r chronicles.nim"
-pkg "chronos", "nimble install -y bearssl@#head stew@#head httputils@#head; nim c -r -d:release tests/testall"
+pkg "chronos", "nim c -r -d:release tests/testall", url = "https://github.com/nim-lang/nim-chronos"
 pkg "cligen", "nim c --path:. -r cligen.nim"
 pkg "combparser", "nimble test --gc:orc"
 pkg "compactdict"