summary refs log tree commit diff stats
path: root/testament
diff options
context:
space:
mode:
authorringabout <43030857+ringabout@users.noreply.github.com>2022-11-11 13:53:25 +0800
committerGitHub <noreply@github.com>2022-11-11 00:53:25 -0500
commit645e632f21dad1afccb6086ff676a6f004ebf8a4 (patch)
treef458d19d29cdae66c8c310eb83529f5ebd01d0f9 /testament
parentcc2b0f01725d69d617ed214cf89b647936b93f80 (diff)
downloadNim-645e632f21dad1afccb6086ff676a6f004ebf8a4.tar.gz
enable yaml tests (#20810)
follow up https://github.com/flyx/NimYAML/commit/7dd8e88639b86f43d0a76f7c3763234c68741026
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 5160637eb..cc0ab160d 100644
--- a/testament/important_packages.nim
+++ b/testament/important_packages.nim
@@ -166,6 +166,6 @@ pkg "websocket", "nim c websocket.nim"
 pkg "winim", "nim c winim.nim"
 pkg "with"
 pkg "ws", allowFailure = true
-pkg "yaml", "nim c -r test/tserialization.nim", url = "https://github.com/nim-lang/NimYAML", useHead = true
+pkg "yaml", "nim c -r test/tserialization.nim"
 pkg "zero_functional", "nim c -r -d:nimNoLentIterators test.nim"
 pkg "zippy"