Skip to content

Commit

Permalink
Merge pull request #9163 from tk0miya/extlinks_warning
Browse files Browse the repository at this point in the history
Fix test: deprecation warning for extlinks
  • Loading branch information
tk0miya committed May 3, 2021
2 parents 742a2e0 + 8d54010 commit 53c6353
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 53c6353

Please sign in to comment.