diff options
author | Timothee Cour <timothee.cour2@gmail.com> | 2021-05-04 12:20:05 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-05-04 12:20:05 -0700 |
commit | 15d95669526ea0b93f9d773773c444f66b8a788a (patch) | |
tree | 234547d2e6145d235504a28ba57836e93090d91e /testament/important_packages.nim | |
parent | bf5dfe481a9ac0f226bb2ee21e2af2a8133bbbd7 (diff) | |
download | Nim-15d95669526ea0b93f9d773773c444f66b8a788a.tar.gz |
re-enable nimquery (#17936)
Diffstat (limited to 'testament/important_packages.nim')
-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 35c0cf0ce..8069cf75c 100644 --- a/testament/important_packages.nim +++ b/testament/important_packages.nim @@ -104,7 +104,7 @@ pkg "nimly", "nim c -r tests/test_readme_example.nim" pkg "nimongo", "nimble test_ci", allowFailure = true pkg "nimph", "nimble test", "https://github.com/disruptek/nimph", allowFailure = true pkg "nimpy", "nim c -r tests/nimfrompy.nim" -pkg "nimquery", allowFailure = true # pending https://github.com/GULPF/nimquery/pull/10 +pkg "nimquery" pkg "nimsl" pkg "nimsvg" pkg "nimterop", "nimble minitest" |