diff options
author | ringabout <43030857+ringabout@users.noreply.github.com> | 2022-12-06 22:37:16 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-12-06 22:37:16 +0800 |
commit | 9ba07edb2ec7fcdd628cfa7155c4853160ebd5c3 (patch) | |
tree | 4ae00008d9604bf997350f72f89cea60338c91b6 /tests/effects | |
parent | 4ca2dcb404aa1b92900e838790d5df554fc0cb9a (diff) | |
download | Nim-9ba07edb2ec7fcdd628cfa7155c4853160ebd5c3.tar.gz |
build the documentation of official packages (#20986)
* remove db stuffs * remove punycode * remove * fixes script * add cloner * patches * disable * patch * fixes external packages * disable two packages * preview documentation build * try again * fixes URL * fixes a bug * simplify * fixes documentaion * fixes * Apply suggestions from code review
Diffstat (limited to 'tests/effects')
-rw-r--r-- | tests/effects/tstrict_funcs_imports.nim | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/tests/effects/tstrict_funcs_imports.nim b/tests/effects/tstrict_funcs_imports.nim index 8e60f0a26..53f346236 100644 --- a/tests/effects/tstrict_funcs_imports.nim +++ b/tests/effects/tstrict_funcs_imports.nim @@ -39,11 +39,6 @@ import cpuload, critbits, cstrutils, - db_common, - db_mysql, - db_odbc, - db_postgres, - db_sqlite, deques, distros, dynlib, @@ -95,7 +90,6 @@ import pegs, posix_utils, prelude, - punycode, random, rationals, rdstdin, |