Skip to content

Commit 4ca8aae

Browse files
committed
disable color for now
1 parent 6b2a2e0 commit 4ca8aae

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

jupyter_releaser/lib.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,8 +54,8 @@ 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 += "--quiet "
58-
cmd += "-raXs --color=yes "
57+
cmd += "--disable-warnings --quiet "
58+
cmd += "-raXs "
5959
cmd += f"--check-links-cache-name {cache_dir}/check-release-links "
6060
# do not run doctests, since they might depend on other state.
6161
cmd += "-p no:doctest "

0 commit comments

Comments
 (0)