Skip to content

Commit 012bf56

Browse files
committed
add more options to check_links pytest invocation
1 parent e0224f9 commit 012bf56

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

jupyter_releaser/lib.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@ def check_links(ignore_glob, ignore_links, cache_file, links_expire):
5555
cmd = f"{python} -m pytest --noconftest --check-links --check-links-cache "
5656
cmd += f"--check-links-cache-expire-after {links_expire} "
5757
cmd += "--disable-warnings --quiet "
58+
cmd += "-raXs --color=yes "
5859
cmd += f"--check-links-cache-name {cache_dir}/check-release-links "
5960
# do not run doctests, since they might depend on other state.
6061
cmd += "-p no:doctest "

0 commit comments

Comments
 (0)