We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent da858c1 commit 90605caCopy full SHA for 90605ca
test.sh
@@ -299,8 +299,7 @@ check_links()
299
if [[ `pytest --trace-config | grep rerunfailures | wc -l` -gt "0" ]]; then
300
RERUNS="--reruns 5"
301
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
+ 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"
304
check_errs $?
305
}
306
0 commit comments