Skip to content

Commit

Permalink
Fix test: deprecation warning for extlinks
Browse files Browse the repository at this point in the history
  • Loading branch information
tk0miya committed May 3, 2021
1 parent 742a2e0 commit 8d54010
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/roots/test-root/conf.py
Expand Up @@ -42,7 +42,7 @@
coverage_c_path = ['special/*.h']
coverage_c_regexes = {'function': r'^PyAPI_FUNC\(.*\)\s+([^_][\w_]+)'}

extlinks = {'issue': ('http://bugs.python.org/issue%s', 'issue '),
extlinks = {'issue': ('http://bugs.python.org/issue%s', 'issue %s'),
'pyurl': ('http://python.org/%s', None)}

# modify tags from conf.py
Expand Down

0 comments on commit 8d54010

Please sign in to comment.