Skip to content

Commit db8ce5c

Browse files
author
Jon Wayne Parrott
authored
Make link checker warning-only (pypa#351)
1 parent e5947f3 commit db8ce5c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

nox.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,8 @@ def linkmonitor(session, command):
3131
session.interpreter = 'python3.6'
3232
session.install('-r', 'scripts/linkmonitor/requirements.txt')
3333
session.run(
34-
'python', 'scripts/linkmonitor/linkmonitor.py', command)
34+
'python', 'scripts/linkmonitor/linkmonitor.py', command,
35+
success_codes=[0, 1])
3536

3637

3738
@nox.session

0 commit comments

Comments
 (0)