Skip to content

Commit f6999f8

Browse files
committed
try verbose
1 parent a98dfad commit f6999f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jupyter_releaser/lib.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ def check_links(ignore_glob, ignore_links, cache_file, links_expire):
5454
python = sys.executable.replace(os.sep, "/")
5555
cmd = f"{python} -m pytest --noconftest --check-links --check-links-cache "
5656
cmd += f"--check-links-cache-expire-after {links_expire} "
57-
cmd += "-raXs --color yes --quiet "
57+
cmd += "-raXs --color yes -vv "
5858
cmd += f"--check-links-cache-name {cache_dir}/check-release-links "
5959
# do not run doctests, since they might depend on other state.
6060
cmd += "-p no:doctest "

0 commit comments

Comments
 (0)