diff options
author | narimiran <narimiran@disroot.org> | 2020-11-30 08:54:49 +0100 |
---|---|---|
committer | narimiran <narimiran@disroot.org> | 2020-11-30 08:54:49 +0100 |
commit | dd5405cbcf7b12a41bd14591fdb2c706c87bf42f (patch) | |
tree | 36f1d15c139200c7d88f65e83445a13c1e9ceba8 /testament | |
parent | 358963193f31fd762b8e26ea4cad162c950785db (diff) | |
download | Nim-dd5405cbcf7b12a41bd14591fdb2c706c87bf42f.tar.gz |
disable testing of `argparse` package until it is fixed
Diffstat (limited to 'testament')
-rw-r--r-- | testament/important_packages.nim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testament/important_packages.nim b/testament/important_packages.nim index 2da10e749..6d89df3e5 100644 --- a/testament/important_packages.nim +++ b/testament/important_packages.nim @@ -9,7 +9,7 @@ var packages2*: seq[tuple[name, cmd: string; url: string, useHead: bool]] = @[] # packages A-M # pkg1 "alea" -pkg1 "argparse" +# pkg1 "argparse" pkg1 "arraymancer", "nim c tests/tests_cpu.nim" # pkg1 "ast_pattern_matching", "nim c -r --oldgensym:on tests/test1.nim" pkg1 "awk" |