Skip to content

Commit 90605ca

Browse files
committed
Reverted and fixed check-links-ignore bug
1 parent da858c1 commit 90605ca

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

test.sh

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -299,8 +299,7 @@ check_links()
299299
if [[ `pytest --trace-config | grep rerunfailures | wc -l` -gt "0" ]]; then
300300
RERUNS="--reruns 5"
301301
fi
302-
IGNORE_LINKS='--check-links-ignore "https://dl.acm.org/*"'
303-
pytest $RERUNS --check-links docs/Tutorial_*.ipynb notebooks/Tutorial_*.ipynb docs/*.md docs/*.rst ./*.md ./*.rst $IGNORE_LINKS
302+
pytest $RERUNS --check-links docs/Tutorial_*.ipynb notebooks/Tutorial_*.ipynb docs/*.md docs/*.rst ./*.md ./*.rst --check-links-ignore "https://dl.acm.org/doi/10.1145/3357223.3362721"
304303
check_errs $?
305304
}
306305

0 commit comments

Comments
 (0)