We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 86dc7d7 commit e754fffCopy full SHA for e754fff
jupyter_releaser/lib.py
@@ -52,6 +52,8 @@ def check_links(ignore_glob, ignore_links, cache_file, links_expire):
52
cmd += f"--check-links-cache-expire-after {links_expire} "
53
cmd += "--disable-warnings --quiet "
54
cmd += f"--check-links-cache-name {cache_dir}/check-release-links "
55
+ # do not run doctests, since they might depend on other state.
56
+ cmd += "--doctest-glob=*.skip"
57
58
ignored = []
59
for spec in ignore_glob:
0 commit comments