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 e0224f9 commit 012bf56Copy full SHA for 012bf56
jupyter_releaser/lib.py
@@ -55,6 +55,7 @@ def check_links(ignore_glob, ignore_links, cache_file, links_expire):
55
cmd = f"{python} -m pytest --noconftest --check-links --check-links-cache "
56
cmd += f"--check-links-cache-expire-after {links_expire} "
57
cmd += "--disable-warnings --quiet "
58
+ cmd += "-raXs --color=yes "
59
cmd += f"--check-links-cache-name {cache_dir}/check-release-links "
60
# do not run doctests, since they might depend on other state.
61
cmd += "-p no:doctest "
0 commit comments