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